Color Hex Logo

#e0caef Color Hex

#E0CAEF
(224,202,239)
0 Favorites   0 Comments

Color spaces of #e0caef

RGB 224202239
HSL0.770.540.86
HSV276°15°94°
CMYK 0.060.150.00   0.06
XYZ67.441064.320390.5219
Yxy64.32030.30340.2894
Hunter Lab80.19999.7527-10.7808
CIE-Lab84.132314.3581-15.4173

#e0caef color RGB value is (224,202,239).

#e0caef hex color red value is 224, green value is 202 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e0caef hue: 0.77 , saturation: 0.54 and the lightness value of e0caef is 0.86.

The process color (four color CMYK) of #e0caef color hex is 0.06, 0.15, 0.00, 0.06. Web safe color of #e0caef is #ccccff. Color #e0caef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001010 11101111
Octal 340 312 357
Decimal 224 202 239
Hex E0 CA EF

RGB Percentages of Color #e0caef

%33.68
%30.38
%35.94

CMYK Percentages of Color #e0caef

%6
%15
%0
%6

Triadic Colors of #e0caef

#e0caef #efe0ca #caefe0

Analogous Colors of #e0caef

#e0caef #efcaec #cecaef

Monochromatic Colors of #e0caef

#e0caef

Complementary Color

#e0caef #d9efca

#e0caef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0caef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0caef Color CSS Codes

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

#e0caef Text Font Color

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

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


#e0caef Background Color

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

This div background color is #e0caef


#e0caef Border Color

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

This div border color is #e0caef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0caef


Comments

No comments written yet.

Please login to write comment.