Color Hex Logo

#e4deff Color Hex

#E4DEFF
(228,222,255)
1 Favorites   0 Comments

Color spaces of #e4deff

RGB 228222255
HSL0.701.000.94
HSV251°13°100°
CMYK 0.110.130.00   0.00
XYZ76.166275.9565105.2544
Yxy75.95650.29590.2951
Hunter Lab87.15303.4798-10.5972
CIE-Lab89.83918.2172-15.2719

#e4deff color RGB value is (228,222,255).

#e4deff hex color red value is 228, green value is 222 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e4deff hue: 0.70 , saturation: 1.00 and the lightness value of e4deff is 0.94.

The process color (four color CMYK) of #e4deff color hex is 0.11, 0.13, 0.00, 0.00. Web safe color of #e4deff is #ccccff. Color #e4deff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11011110 11111111
Octal 344 336 377
Decimal 228 222 255
Hex E4 DE FF

RGB Percentages of Color #e4deff

%32.34
%31.49
%36.17

CMYK Percentages of Color #e4deff

%11
%13
%0
%0

Triadic Colors of #e4deff

#e4deff #ffe4de #deffe4

Analogous Colors of #e4deff

#e4deff #f5deff #dee9ff

Monochromatic Colors of #e4deff

#e4deff

Complementary Color

#e4deff #f9ffde

#e4deff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4deff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4deff Color CSS Codes

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

#e4deff Text Font Color

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

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


#e4deff Background Color

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

This div background color is #e4deff


#e4deff Border Color

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

This div border color is #e4deff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4deff


Comments

No comments written yet.

Please login to write comment.