Color Hex Logo

#eab1cb Color Hex

#EAB1CB
(234,177,203)
0 Favorites   0 Comments

Color spaces of #eab1cb

RGB 234177203
HSL0.920.580.81
HSV333°24°92°
CMYK 0.000.240.13   0.08
XYZ60.433353.248563.5927
Yxy53.24850.34090.3004
Hunter Lab72.971620.1292-0.5895
CIE-Lab78.021524.6830-5.0720

#eab1cb color RGB value is (234,177,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110001 11001011
Octal 352 261 313
Decimal 234 177 203
Hex EA B1 CB

RGB Percentages of Color #eab1cb

%38.11
%28.83
%33.06

CMYK Percentages of Color #eab1cb

%0
%24
%13
%8

Triadic Colors of #eab1cb

#eab1cb #cbeab1 #b1cbea

Analogous Colors of #eab1cb

#eab1cb #eab4b1 #eab1e8

Monochromatic Colors of #eab1cb

#eab1cb

Complementary Color

#eab1cb #b1ead0

#eab1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab1cb Color CSS Codes

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

#eab1cb Text Font Color

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

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


#eab1cb Background Color

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

This div background color is #eab1cb


#eab1cb Border Color

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

This div border color is #eab1cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab1cb


Comments

No comments written yet.

Please login to write comment.