Color Hex Logo

#e2cfea Color Hex

#E2CFEA
(226,207,234)
0 Favorites   0 Comments

Color spaces of #e2cfea

RGB 226207234
HSL0.780.390.86
HSV282°12°92°
CMYK 0.030.120.00   0.08
XYZ68.528166.734987.1112
Yxy66.73490.30820.3001
Hunter Lab81.69146.7774-6.0396
CIE-Lab85.369911.4069-10.8913

#e2cfea color RGB value is (226,207,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001111 11101010
Octal 342 317 352
Decimal 226 207 234
Hex E2 CF EA

RGB Percentages of Color #e2cfea

%33.88
%31.03
%35.08

CMYK Percentages of Color #e2cfea

%3
%12
%0
%8

Triadic Colors of #e2cfea

#e2cfea #eae2cf #cfeae2

Analogous Colors of #e2cfea

#e2cfea #eacfe5 #d5cfea

Monochromatic Colors of #e2cfea

#e2cfea

Complementary Color

#e2cfea #d7eacf

#e2cfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2cfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2cfea Color CSS Codes

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

#e2cfea Text Font Color

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

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


#e2cfea Background Color

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

This div background color is #e2cfea


#e2cfea Border Color

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

This div border color is #e2cfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2cfea

#e2cfea Color Palettes


Comments

No comments written yet.

Please login to write comment.