Color Hex Logo

#e7deff Color Hex

#E7DEFF
(231,222,255)
0 Favorites   0 Comments

Color spaces of #e7deff

RGB 231222255
HSL0.711.000.94
HSV256°13°100°
CMYK 0.090.130.00   0.00
XYZ77.126376.4515105.2994
Yxy76.45150.29790.2953
Hunter Lab87.43654.4379-10.1971
CIE-Lab90.06869.1716-14.9045

#e7deff color RGB value is (231,222,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011110 11111111
Octal 347 336 377
Decimal 231 222 255
Hex E7 DE FF

RGB Percentages of Color #e7deff

%32.63
%31.36
%36.02

CMYK Percentages of Color #e7deff

%9
%13
%0
%0

Triadic Colors of #e7deff

#e7deff #ffe7de #deffe7

Analogous Colors of #e7deff

#e7deff #f8deff #dee6ff

Monochromatic Colors of #e7deff

#e7deff

Complementary Color

#e7deff #f6ffde

#e7deff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7deff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7deff Color CSS Codes

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

#e7deff Text Font Color

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

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


#e7deff Background Color

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

This div background color is #e7deff


#e7deff Border Color

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

This div border color is #e7deff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7deff


Comments

No comments written yet.

Please login to write comment.