Color Hex Logo

#e2ccea Color Hex

#E2CCEA
(226,204,234)
0 Favorites   0 Comments

Color spaces of #e2ccea

RGB 226204234
HSL0.790.420.86
HSV284°13°92°
CMYK 0.030.130.00   0.08
XYZ67.808265.295086.8712
Yxy65.29500.30830.2968
Hunter Lab80.80538.3799-7.1770
CIE-Lab84.635512.9968-11.9868

#e2ccea color RGB value is (226,204,234).

#e2ccea hex color red value is 226, green value is 204 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e2ccea hue: 0.79 , saturation: 0.42 and the lightness value of e2ccea is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001100 11101010
Octal 342 314 352
Decimal 226 204 234
Hex E2 CC EA

RGB Percentages of Color #e2ccea

%34.04
%30.72
%35.24

CMYK Percentages of Color #e2ccea

%3
%13
%0
%8

Triadic Colors of #e2ccea

#e2ccea #eae2cc #cceae2

Analogous Colors of #e2ccea

#e2ccea #eacce3 #d3ccea

Monochromatic Colors of #e2ccea

#e2ccea

Complementary Color

#e2ccea #d4eacc

#e2ccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ccea Color CSS Codes

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

#e2ccea Text Font Color

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

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


#e2ccea Background Color

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

This div background color is #e2ccea


#e2ccea Border Color

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

This div border color is #e2ccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ccea


Comments

No comments written yet.

Please login to write comment.