Color Hex Logo

#e8d4ff Color Hex

#E8D4FF
(232,212,255)
0 Favorites   0 Comments

Color spaces of #e8d4ff

RGB 232212255
HSL0.741.000.92
HSV268°17°100°
CMYK 0.090.170.00   0.00
XYZ74.872271.4628104.4552
Yxy71.46280.29850.2850
Hunter Lab84.535710.1578-14.0858
CIE-Lab87.709414.7522-18.4421

#e8d4ff color RGB value is (232,212,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11010100 11111111
Octal 350 324 377
Decimal 232 212 255
Hex E8 D4 FF

RGB Percentages of Color #e8d4ff

%33.19
%30.33
%36.48

CMYK Percentages of Color #e8d4ff

%9
%17
%0
%0

Triadic Colors of #e8d4ff

#e8d4ff #ffe8d4 #d4ffe8

Analogous Colors of #e8d4ff

#e8d4ff #fed4ff #d4d6ff

Monochromatic Colors of #e8d4ff

#e8d4ff

Complementary Color

#e8d4ff #ebffd4

#e8d4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8d4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8d4ff Color CSS Codes

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

#e8d4ff Text Font Color

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

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


#e8d4ff Background Color

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

This div background color is #e8d4ff


#e8d4ff Border Color

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

This div border color is #e8d4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8d4ff

Related Colors


Comments

No comments written yet.

Please login to write comment.