Color Hex Logo

#eab9ff Color Hex

#EAB9FF
(234,185,255)
0 Favorites   0 Comments

Color spaces of #eab9ff

RGB 234185255
HSL0.781.000.86
HSV282°27°100°
CMYK 0.080.270.00   0.00
XYZ69.330659.4103102.4210
Yxy59.41030.29990.2570
Hunter Lab77.078125.6715-24.8296
CIE-Lab81.516629.7593-27.8304

#eab9ff color RGB value is (234,185,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111001 11111111
Octal 352 271 377
Decimal 234 185 255
Hex EA B9 FF

RGB Percentages of Color #eab9ff

%34.72
%27.45
%37.83

CMYK Percentages of Color #eab9ff

%8
%27
%0
%0

Triadic Colors of #eab9ff

#eab9ff #ffeab9 #b9ffea

Analogous Colors of #eab9ff

#eab9ff #ffb9f1 #c7b9ff

Monochromatic Colors of #eab9ff

#eab9ff

Complementary Color

#eab9ff #ceffb9

#eab9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab9ff Color CSS Codes

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

#eab9ff Text Font Color

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

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


#eab9ff Background Color

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

This div background color is #eab9ff


#eab9ff Border Color

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

This div border color is #eab9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab9ff

Related Colors

#eab9ff Color Palettes


Comments

No comments written yet.

Please login to write comment.