Color Hex Logo

#e8ceff Color Hex

#E8CEFF
(232,206,255)
0 Favorites   0 Comments

Color spaces of #e8ceff

RGB 232206255
HSL0.761.000.90
HSV272°19°100°
CMYK 0.090.190.00   0.00
XYZ73.400068.5184103.9645
Yxy68.51840.29850.2787
Hunter Lab82.775813.4240-16.5237
CIE-Lab86.265017.9312-20.6230

#e8ceff color RGB value is (232,206,255).

#e8ceff hex color red value is 232, green value is 206 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e8ceff hue: 0.76 , saturation: 1.00 and the lightness value of e8ceff is 0.90.

The process color (four color CMYK) of #e8ceff color hex is 0.09, 0.19, 0.00, 0.00. Web safe color of #e8ceff is #ffccff. Color #e8ceff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001110 11111111
Octal 350 316 377
Decimal 232 206 255
Hex E8 CE FF

RGB Percentages of Color #e8ceff

%33.48
%29.73
%36.80

CMYK Percentages of Color #e8ceff

%9
%19
%0
%0

Triadic Colors of #e8ceff

#e8ceff #ffe8ce #ceffe8

Analogous Colors of #e8ceff

#e8ceff #ffcefe #d0ceff

Monochromatic Colors of #e8ceff

#e8ceff

Complementary Color

#e8ceff #e5ffce

#e8ceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8ceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8ceff Color CSS Codes

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

#e8ceff Text Font Color

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

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


#e8ceff Background Color

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

This div background color is #e8ceff


#e8ceff Border Color

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

This div border color is #e8ceff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8ceff


Comments

No comments written yet.

Please login to write comment.