Color Hex Logo

#eab4ed Color Hex

#EAB4ED
(234,180,237)
0 Favorites   0 Comments

Color spaces of #eab4ed

RGB 234180237
HSL0.820.610.82
HSV297°24°93°
CMYK 0.010.240.00   0.07
XYZ65.539056.249487.5237
Yxy56.24940.31310.2687
Hunter Lab74.999624.7344-16.6911
CIE-Lab79.755528.9908-20.8638

#eab4ed color RGB value is (234,180,237).

#eab4ed hex color red value is 234, green value is 180 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #eab4ed hue: 0.82 , saturation: 0.61 and the lightness value of eab4ed is 0.82.

The process color (four color CMYK) of #eab4ed color hex is 0.01, 0.24, 0.00, 0.07. Web safe color of #eab4ed is #ffccff. Color #eab4ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110100 11101101
Octal 352 264 355
Decimal 234 180 237
Hex EA B4 ED

RGB Percentages of Color #eab4ed

%35.94
%27.65
%36.41

CMYK Percentages of Color #eab4ed

%1
%24
%0
%7

Triadic Colors of #eab4ed

#eab4ed #edeab4 #b4edea

Analogous Colors of #eab4ed

#eab4ed #edb4d4 #ceb4ed

Monochromatic Colors of #eab4ed

#eab4ed

Complementary Color

#eab4ed #b7edb4

#eab4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab4ed Color CSS Codes

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

#eab4ed Text Font Color

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

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


#eab4ed Background Color

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

This div background color is #eab4ed


#eab4ed Border Color

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

This div border color is #eab4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab4ed


Comments

No comments written yet.

Please login to write comment.