Color Hex Logo

#e4caea Color Hex

#E4CAEA
(228,202,234)
0 Favorites   0 Comments

Color spaces of #e4caea

RGB 228202234
HSL0.800.430.85
HSV289°14°92°
CMYK 0.030.140.00   0.08
XYZ67.966764.675686.7433
Yxy64.67560.30980.2948
Hunter Lab80.421110.1196-7.6562
CIE-Lab84.316314.7206-12.4461

#e4caea color RGB value is (228,202,234).

#e4caea hex color red value is 228, green value is 202 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e4caea hue: 0.80 , saturation: 0.43 and the lightness value of e4caea is 0.85.

The process color (four color CMYK) of #e4caea color hex is 0.03, 0.14, 0.00, 0.08. Web safe color of #e4caea is #ccccff. Color #e4caea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11001010 11101010
Octal 344 312 352
Decimal 228 202 234
Hex E4 CA EA

RGB Percentages of Color #e4caea

%34.34
%30.42
%35.24

CMYK Percentages of Color #e4caea

%3
%14
%0
%8

Triadic Colors of #e4caea

#e4caea #eae4ca #caeae4

Analogous Colors of #e4caea

#e4caea #eacae0 #d4caea

Monochromatic Colors of #e4caea

#e4caea

Complementary Color

#e4caea #d0eaca

#e4caea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4caea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4caea Color CSS Codes

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

#e4caea Text Font Color

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

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


#e4caea Background Color

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

This div background color is #e4caea


#e4caea Border Color

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

This div border color is #e4caea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4caea


Comments

No comments written yet.

Please login to write comment.