Color Hex Logo

#eaaafa Color Hex

#EAAAFA
(234,170,250)
0 Favorites   0 Comments

Color spaces of #eaaafa

RGB 234170250
HSL0.800.890.82
HSV288°32°98°
CMYK 0.060.320.00   0.02
XYZ65.561753.144097.2448
Yxy53.14400.30360.2461
Hunter Lab72.899932.9570-28.0599
CIE-Lab77.959936.7815-30.6042

#eaaafa color RGB value is (234,170,250).

#eaaafa hex color red value is 234, green value is 170 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #eaaafa hue: 0.80 , saturation: 0.89 and the lightness value of eaaafa is 0.82.

The process color (four color CMYK) of #eaaafa color hex is 0.06, 0.32, 0.00, 0.02. Web safe color of #eaaafa is #ff99ff. Color #eaaafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101010 11111010
Octal 352 252 372
Decimal 234 170 250
Hex EA AA FA

RGB Percentages of Color #eaaafa

%35.78
%25.99
%38.23

CMYK Percentages of Color #eaaafa

%6
%32
%0
%2

Triadic Colors of #eaaafa

#eaaafa #faeaaa #aafaea

Analogous Colors of #eaaafa

#eaaafa #faaae2 #c2aafa

Monochromatic Colors of #eaaafa

#eaaafa

Complementary Color

#eaaafa #bafaaa

#eaaafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaafa Color CSS Codes

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

#eaaafa Text Font Color

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

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


#eaaafa Background Color

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

This div background color is #eaaafa


#eaaafa Border Color

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

This div border color is #eaaafa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,170,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaafa


Comments

No comments written yet.

Please login to write comment.