color codes Logo

#e313dd color codes

#E313DD
(227,19,221)
0 Favorites   0 Comments

Color spaces of #e313dd

RGB 22719221
HSL0.840.850.48
HSV302°92°89°
CMYK 0.000.920.03   0.11
XYZ44.962622.017170.2865
Yxy22.01710.32760.1604
Hunter Lab46.922488.9305-55.9667
CIE-Lab54.045187.6712-52.0817

#e313dd color RGB value is (227,19,221).

#e313dd hex color red value is 227, green value is 19 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e313dd hue: 0.84 , saturation: 0.85 and the lightness value of e313dd is 0.48.

The process color (four color CMYK) of #e313dd color code is 0.00, 0.92, 0.03, 0.11. Web safe color of #e313dd is #cc00cc. Color #e313dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010011 11011101
Octal 343 23 335
Decimal 227 19 221
Hex E3 13 DD

RGB Percentages of Color #e313dd

%48.61
%4.07
%47.32

CMYK Percentages of Color #e313dd

%0
%92
%3
%11

Triadic Colors of #e313dd

#e313dd #dde313 #13dde3

Analogous Colors of #e313dd

#e313dd #e31375 #8113e3

Monochromatic Colors of #e313dd

#e313dd

Complementary Color

#e313dd #13e319

#e313dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e313dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e313dd Color CSS Codes

.mybgcolor {background-color:#e313dd; } 
.myforecolor {color:#e313dd; }
.mybordercolor {border:3px solid #e313dd; }

#e313dd Text Font Color

<p style="color:#e313dd">Text here</p>

This sample text font color is #e313dd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e313dd Background Color

<div style="background-color:#e313dd">
Div content here</div>

This div background color is #e313dd


#e313dd Border Color

<div style="border:3px solid #e313dd">
Div here</div>

This div border color is #e313dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,19,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e313dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e313dd;
  -webkit-box-shadow: 1px 1px 3px 2px #e313dd;
  box-shadow:         1px 1px 3px 2px #e313dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,19,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e313dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e313dd;
  -webkit-box-shadow: 1px 1px 3px 2px #e313dd;
  box-shadow:         1px 1px 3px 2px #e313dd;">
Div content here</div>

This div box has shadow with color #e313dd


Comments

No comments written yet.

Please login to write comment.