Color Hex Logo

#e8cefa Color Hex

#E8CEFA
(232,206,250)
0 Favorites   0 Comments

Color spaces of #e8cefa

RGB 232206250
HSL0.770.810.89
HSV275°18°98°
CMYK 0.070.180.00   0.02
XYZ72.605368.200599.7798
Yxy68.20050.30180.2835
Hunter Lab82.583612.4112-13.8273
CIE-Lab86.106616.9524-18.2175

#e8cefa color RGB value is (232,206,250).

#e8cefa hex color red value is 232, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e8cefa hue: 0.77 , saturation: 0.81 and the lightness value of e8cefa is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001110 11111010
Octal 350 316 372
Decimal 232 206 250
Hex E8 CE FA

RGB Percentages of Color #e8cefa

%33.72
%29.94
%36.34

CMYK Percentages of Color #e8cefa

%7
%18
%0
%2

Triadic Colors of #e8cefa

#e8cefa #fae8ce #cefae8

Analogous Colors of #e8cefa

#e8cefa #facef6 #d2cefa

Monochromatic Colors of #e8cefa

#e8cefa

Complementary Color

#e8cefa #e0face

#e8cefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8cefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8cefa Color CSS Codes

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

#e8cefa Text Font Color

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

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


#e8cefa Background Color

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

This div background color is #e8cefa


#e8cefa Border Color

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

This div border color is #e8cefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8cefa


Comments

No comments written yet.

Please login to write comment.