Color Hex Logo

#e8dfff Color Hex

#E8DFFF
(232,223,255)
1 Favorites   0 Comments

Color spaces of #e8dfff

RGB 232223255
HSL0.711.000.94
HSV257°13°100°
CMYK 0.090.130.00   0.00
XYZ77.716477.1512105.4033
Yxy77.15120.29860.2964
Hunter Lab87.83584.2229-9.6632
CIE-Lab90.39128.9674-14.4133

#e8dfff color RGB value is (232,223,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011111 11111111
Octal 350 337 377
Decimal 232 223 255
Hex E8 DF FF

RGB Percentages of Color #e8dfff

%32.68
%31.41
%35.92

CMYK Percentages of Color #e8dfff

%9
%13
%0
%0

Triadic Colors of #e8dfff

#e8dfff #ffe8df #dfffe8

Analogous Colors of #e8dfff

#e8dfff #f8dfff #dfe6ff

Monochromatic Colors of #e8dfff

#e8dfff

Complementary Color

#e8dfff #f6ffdf

#e8dfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8dfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8dfff Color CSS Codes

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

#e8dfff Text Font Color

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

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


#e8dfff Background Color

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

This div background color is #e8dfff


#e8dfff Border Color

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

This div border color is #e8dfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8dfff

Related Colors

#e8dfff Color Palettes


Comments

No comments written yet.

Please login to write comment.