Color Hex Logo

#e8def6 Color Hex

#E8DEF6
(232,222,246)
1 Favorites   0 Comments

Color spaces of #e8def6

RGB 232222246
HSL0.740.570.92
HSV265°10°96°
CMYK 0.060.100.00   0.04
XYZ76.034576.052297.8609
Yxy76.05220.30420.3043
Hunter Lab87.20793.0160-5.4871
CIE-Lab89.88367.7579-10.4521

#e8def6 color RGB value is (232,222,246).

#e8def6 hex color red value is 232, green value is 222 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #e8def6 hue: 0.74 , saturation: 0.57 and the lightness value of e8def6 is 0.92.

The process color (four color CMYK) of #e8def6 color hex is 0.06, 0.10, 0.00, 0.04. Web safe color of #e8def6 is #ffccff. Color #e8def6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011110 11110110
Octal 350 336 366
Decimal 232 222 246
Hex E8 DE F6

RGB Percentages of Color #e8def6

%33.14
%31.71
%35.14

CMYK Percentages of Color #e8def6

%6
%10
%0
%4

Triadic Colors of #e8def6

#e8def6 #f6e8de #def6e8

Analogous Colors of #e8def6

#e8def6 #f4def6 #dee0f6

Monochromatic Colors of #e8def6

#e8def6

Complementary Color

#e8def6 #ecf6de

#e8def6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8def6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8def6 Color CSS Codes

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

#e8def6 Text Font Color

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

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


#e8def6 Background Color

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

This div background color is #e8def6


#e8def6 Border Color

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

This div border color is #e8def6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,222,246, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e8def6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8def6


Comments

No comments written yet.

Please login to write comment.