Color Hex Logo

#e4dcfa Color Hex

#E4DCFA
(228,220,250)
0 Favorites   0 Comments

Color spaces of #e4dcfa

RGB 228220250
HSL0.710.750.92
HSV256°12°98°
CMYK 0.090.120.00   0.02
XYZ74.843474.5825100.8937
Yxy74.58250.29900.2979
Hunter Lab86.36123.5619-8.8143
CIE-Lab89.19718.2805-13.6093

#e4dcfa color RGB value is (228,220,250).

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

The process color (four color CMYK) of #e4dcfa color hex is 0.09, 0.12, 0.00, 0.02. Web safe color of #e4dcfa is #ccccff. Color #e4dcfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11011100 11111010
Octal 344 334 372
Decimal 228 220 250
Hex E4 DC FA

RGB Percentages of Color #e4dcfa

%32.66
%31.52
%35.82

CMYK Percentages of Color #e4dcfa

%9
%12
%0
%2

Triadic Colors of #e4dcfa

#e4dcfa #fae4dc #dcfae4

Analogous Colors of #e4dcfa

#e4dcfa #f3dcfa #dce3fa

Monochromatic Colors of #e4dcfa

#e4dcfa

Complementary Color

#e4dcfa #f2fadc

#e4dcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4dcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4dcfa Color CSS Codes

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

#e4dcfa Text Font Color

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

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


#e4dcfa Background Color

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

This div background color is #e4dcfa


#e4dcfa Border Color

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

This div border color is #e4dcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4dcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.