Color Hex Logo

#e1caea Color Hex

#E1CAEA
(225,202,234)
0 Favorites   0 Comments

Color spaces of #e1caea

RGB 225202234
HSL0.790.430.85
HSV283°14°92°
CMYK 0.040.140.00   0.08
XYZ67.023164.189186.6991
Yxy64.18910.30760.2946
Hunter Lab80.11819.1182-8.0775
CIE-Lab84.064113.7287-12.8494

#e1caea color RGB value is (225,202,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001010 11101010
Octal 341 312 352
Decimal 225 202 234
Hex E1 CA EA

RGB Percentages of Color #e1caea

%34.04
%30.56
%35.40

CMYK Percentages of Color #e1caea

%4
%14
%0
%8

Triadic Colors of #e1caea

#e1caea #eae1ca #caeae1

Analogous Colors of #e1caea

#e1caea #eacae3 #d1caea

Monochromatic Colors of #e1caea

#e1caea

Complementary Color

#e1caea #d3eaca

#e1caea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1caea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1caea Color CSS Codes

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

#e1caea Text Font Color

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

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


#e1caea Background Color

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

This div background color is #e1caea


#e1caea Border Color

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

This div border color is #e1caea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,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 #e1caea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1caea

#e1caea Color Palettes


Comments

No comments written yet.

Please login to write comment.