Color Hex Logo

#eab5df Color Hex

#EAB5DF
(234,181,223)
0 Favorites   0 Comments

Color spaces of #eab5df

RGB 234181223
HSL0.870.560.81
HSV312°23°92°
CMYK 0.000.230.05   0.08
XYZ63.774855.867977.2343
Yxy55.86790.32390.2838
Hunter Lab74.744821.4987-8.9433
CIE-Lab79.538625.9264-13.6448

#eab5df color RGB value is (234,181,223).

#eab5df hex color red value is 234, green value is 181 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #eab5df hue: 0.87 , saturation: 0.56 and the lightness value of eab5df is 0.81.

The process color (four color CMYK) of #eab5df color hex is 0.00, 0.23, 0.05, 0.08. Web safe color of #eab5df is #ffcccc. Color #eab5df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110101 11011111
Octal 352 265 337
Decimal 234 181 223
Hex EA B5 DF

RGB Percentages of Color #eab5df

%36.68
%28.37
%34.95

CMYK Percentages of Color #eab5df

%0
%23
%5
%8

Triadic Colors of #eab5df

#eab5df #dfeab5 #b5dfea

Analogous Colors of #eab5df

#eab5df #eab5c5 #dbb5ea

Monochromatic Colors of #eab5df

#eab5df

Complementary Color

#eab5df #b5eac0

#eab5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab5df Color CSS Codes

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

#eab5df Text Font Color

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

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


#eab5df Background Color

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

This div background color is #eab5df


#eab5df Border Color

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

This div border color is #eab5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab5df

#eab5df Color Palettes


Comments

No comments written yet.

Please login to write comment.