Color Hex Logo

#e8cfec Color Hex

#E8CFEC
(232,207,236)
0 Favorites   0 Comments

Color spaces of #e8cfec

RGB 232207236
HSL0.810.430.87
HSV292°12°93°
CMYK 0.020.120.00   0.07
XYZ70.731967.837688.7229
Yxy67.83760.31120.2985
Hunter Lab82.36369.1553-6.2133
CIE-Lab85.925213.7690-11.0720

#e8cfec color RGB value is (232,207,236).

#e8cfec hex color red value is 232, green value is 207 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e8cfec hue: 0.81 , saturation: 0.43 and the lightness value of e8cfec is 0.87.

The process color (four color CMYK) of #e8cfec color hex is 0.02, 0.12, 0.00, 0.07. Web safe color of #e8cfec is #ffccff. Color #e8cfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001111 11101100
Octal 350 317 354
Decimal 232 207 236
Hex E8 CF EC

RGB Percentages of Color #e8cfec

%34.37
%30.67
%34.96

CMYK Percentages of Color #e8cfec

%2
%12
%0
%7

Triadic Colors of #e8cfec

#e8cfec #ece8cf #cfece8

Analogous Colors of #e8cfec

#e8cfec #eccfe2 #dacfec

Monochromatic Colors of #e8cfec

#e8cfec

Complementary Color

#e8cfec #d3eccf

#e8cfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8cfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8cfec Color CSS Codes

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

#e8cfec Text Font Color

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

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


#e8cfec Background Color

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

This div background color is #e8cfec


#e8cfec Border Color

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

This div border color is #e8cfec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,207,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8cfec


Comments

No comments written yet.

Please login to write comment.