Color Hex Logo

#eab1dc Color Hex

#EAB1DC
(234,177,220)
0 Favorites   0 Comments

Color spaces of #eab1dc

RGB 234177220
HSL0.870.580.81
HSV315°24°92°
CMYK 0.000.240.06   0.08
XYZ62.572154.104074.8554
Yxy54.10400.32670.2825
Hunter Lab73.555423.1243-8.8491
CIE-Lab78.522327.5376-13.5466

#eab1dc color RGB value is (234,177,220).

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

The process color (four color CMYK) of #eab1dc color hex is 0.00, 0.24, 0.06, 0.08. Web safe color of #eab1dc is #ff99cc. Color #eab1dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110001 11011100
Octal 352 261 334
Decimal 234 177 220
Hex EA B1 DC

RGB Percentages of Color #eab1dc

%37.08
%28.05
%34.87

CMYK Percentages of Color #eab1dc

%0
%24
%6
%8

Triadic Colors of #eab1dc

#eab1dc #dceab1 #b1dcea

Analogous Colors of #eab1dc

#eab1dc #eab1c0 #dcb1ea

Monochromatic Colors of #eab1dc

#eab1dc

Complementary Color

#eab1dc #b1eabf

#eab1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab1dc Color CSS Codes

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

#eab1dc Text Font Color

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

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


#eab1dc Background Color

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

This div background color is #eab1dc


#eab1dc Border Color

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

This div border color is #eab1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab1dc


Comments

No comments written yet.

Please login to write comment.