Color Hex Logo

#eab9fe Color Hex

#EAB9FE
(234,185,254)
0 Favorites   0 Comments

Color spaces of #eab9fe

RGB 234185254
HSL0.790.970.86
HSV283°27°100°
CMYK 0.080.270.00   0.00
XYZ69.170059.3461101.5752
Yxy59.34610.30060.2579
Hunter Lab77.036425.4591-24.2504
CIE-Lab81.481529.5629-27.3501

#eab9fe color RGB value is (234,185,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111001 11111110
Octal 352 271 376
Decimal 234 185 254
Hex EA B9 FE

RGB Percentages of Color #eab9fe

%34.77
%27.49
%37.74

CMYK Percentages of Color #eab9fe

%8
%27
%0
%0

Triadic Colors of #eab9fe

#eab9fe #feeab9 #b9feea

Analogous Colors of #eab9fe

#eab9fe #feb9f0 #c8b9fe

Monochromatic Colors of #eab9fe

#eab9fe

Complementary Color

#eab9fe #cdfeb9

#eab9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab9fe Color CSS Codes

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

#eab9fe Text Font Color

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

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


#eab9fe Background Color

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

This div background color is #eab9fe


#eab9fe Border Color

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

This div border color is #eab9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab9fe

Related Colors


Comments

No comments written yet.

Please login to write comment.