Color Hex Logo

#e8dcfa Color Hex

#E8DCFA
(232,220,250)
0 Favorites   0 Comments

Color spaces of #e8dcfa

RGB 232220250
HSL0.730.750.92
HSV264°12°98°
CMYK 0.070.120.00   0.02
XYZ76.127275.2443100.9538
Yxy75.24430.30170.2982
Hunter Lab86.74354.8528-8.2825
CIE-Lab89.50739.5683-13.1131

#e8dcfa color RGB value is (232,220,250).

#e8dcfa hex color red value is 232, green value is 220 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e8dcfa hue: 0.73 , saturation: 0.75 and the lightness value of e8dcfa is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011100 11111010
Octal 350 334 372
Decimal 232 220 250
Hex E8 DC FA

RGB Percentages of Color #e8dcfa

%33.05
%31.34
%35.61

CMYK Percentages of Color #e8dcfa

%7
%12
%0
%2

Triadic Colors of #e8dcfa

#e8dcfa #fae8dc #dcfae8

Analogous Colors of #e8dcfa

#e8dcfa #f7dcfa #dcdffa

Monochromatic Colors of #e8dcfa

#e8dcfa

Complementary Color

#e8dcfa #eefadc

#e8dcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8dcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8dcfa Color CSS Codes

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

#e8dcfa Text Font Color

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

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


#e8dcfa Background Color

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

This div background color is #e8dcfa


#e8dcfa Border Color

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

This div border color is #e8dcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8dcfa


Comments

No comments written yet.

Please login to write comment.