Color Hex Logo

#eae0ff Color Hex

#EAE0FF
(234,224,255)
0 Favorites   0 Comments

Color spaces of #eae0ff

RGB 234224255
HSL0.721.000.94
HSV259°12°100°
CMYK 0.080.120.00   0.00
XYZ78.637378.0237105.5232
Yxy78.02370.29990.2976
Hunter Lab88.33104.3316-8.9981
CIE-Lab90.79079.0847-13.7994

#eae0ff color RGB value is (234,224,255).

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

The process color (four color CMYK) of #eae0ff color hex is 0.08, 0.12, 0.00, 0.00. Web safe color of #eae0ff is #ffccff. Color #eae0ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100000 11111111
Octal 352 340 377
Decimal 234 224 255
Hex EA E0 FF

RGB Percentages of Color #eae0ff

%32.82
%31.42
%35.76

CMYK Percentages of Color #eae0ff

%8
%12
%0
%0

Triadic Colors of #eae0ff

#eae0ff #ffeae0 #e0ffea

Analogous Colors of #eae0ff

#eae0ff #fae0ff #e0e6ff

Monochromatic Colors of #eae0ff

#eae0ff

Complementary Color

#eae0ff #f5ffe0

#eae0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae0ff Color CSS Codes

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

#eae0ff Text Font Color

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

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


#eae0ff Background Color

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

This div background color is #eae0ff


#eae0ff Border Color

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

This div border color is #eae0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae0ff

Related Colors

#eae0ff Color Palettes


Comments

No comments written yet.

Please login to write comment.