Color Hex Logo

#e0c2e9 Color Hex

#E0C2E9
(224,194,233)
0 Favorites   0 Comments

Color spaces of #e0c2e9

RGB 224194233
HSL0.790.470.84
HSV286°17°91°
CMYK 0.040.170.00   0.09
XYZ64.740260.314185.3204
Yxy60.31410.30770.2867
Hunter Lab77.662212.8912-10.7731
CIE-Lab82.008617.4773-15.4055

#e0c2e9 color RGB value is (224,194,233).

#e0c2e9 hex color red value is 224, green value is 194 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #e0c2e9 hue: 0.79 , saturation: 0.47 and the lightness value of e0c2e9 is 0.84.

The process color (four color CMYK) of #e0c2e9 color hex is 0.04, 0.17, 0.00, 0.09. Web safe color of #e0c2e9 is #ccccff. Color #e0c2e9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11000010 11101001
Octal 340 302 351
Decimal 224 194 233
Hex E0 C2 E9

RGB Percentages of Color #e0c2e9

%34.41
%29.80
%35.79

CMYK Percentages of Color #e0c2e9

%4
%17
%0
%9

Triadic Colors of #e0c2e9

#e0c2e9 #e9e0c2 #c2e9e0

Analogous Colors of #e0c2e9

#e0c2e9 #e9c2df #cdc2e9

Monochromatic Colors of #e0c2e9

#e0c2e9

Complementary Color

#e0c2e9 #cbe9c2

#e0c2e9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0c2e9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0c2e9 Color CSS Codes

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

#e0c2e9 Text Font Color

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

This sample text font color is #e0c2e9
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.


#e0c2e9 Background Color

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

This div background color is #e0c2e9


#e0c2e9 Border Color

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

This div border color is #e0c2e9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,194,233, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0c2e9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0c2e9;
  -webkit-box-shadow: 1px 1px 3px 2px #e0c2e9;
  box-shadow:         1px 1px 3px 2px #e0c2e9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,194,233, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0c2e9


Comments

No comments written yet.

Please login to write comment.