Color Hex Logo

#e7daff Color Hex

#E7DAFF
(231,218,255)
0 Favorites   0 Comments

Color spaces of #e7daff

RGB 231218255
HSL0.731.000.93
HSV261°15°100°
CMYK 0.090.150.00   0.00
XYZ76.076474.3517104.9494
Yxy74.35170.29790.2911
Hunter Lab86.22746.5883-11.8040
CIE-Lab89.088411.2704-16.3750

#e7daff color RGB value is (231,218,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11011010 11111111
Octal 347 332 377
Decimal 231 218 255
Hex E7 DA FF

RGB Percentages of Color #e7daff

%32.81
%30.97
%36.22

CMYK Percentages of Color #e7daff

%9
%15
%0
%0

Triadic Colors of #e7daff

#e7daff #ffe7da #daffe7

Analogous Colors of #e7daff

#e7daff #fadaff #dae0ff

Monochromatic Colors of #e7daff

#e7daff

Complementary Color

#e7daff #f2ffda

#e7daff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7daff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7daff Color CSS Codes

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

#e7daff Text Font Color

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

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


#e7daff Background Color

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

This div background color is #e7daff


#e7daff Border Color

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

This div border color is #e7daff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7daff


Comments

No comments written yet.

Please login to write comment.