Color Hex Logo

#eaa5cb Color Hex

#EAA5CB
(234,165,203)
0 Favorites   0 Comments

Color spaces of #eaa5cb

RGB 234165203
HSL0.910.620.78
HSV327°29°92°
CMYK 0.000.290.13   0.08
XYZ58.166348.714562.8371
Yxy48.71450.34270.2870
Hunter Lab69.795826.6155-4.5217
CIE-Lab75.273431.0836-9.1453

#eaa5cb color RGB value is (234,165,203).

#eaa5cb hex color red value is 234, green value is 165 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #eaa5cb hue: 0.91 , saturation: 0.62 and the lightness value of eaa5cb is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100101 11001011
Octal 352 245 313
Decimal 234 165 203
Hex EA A5 CB

RGB Percentages of Color #eaa5cb

%38.87
%27.41
%33.72

CMYK Percentages of Color #eaa5cb

%0
%29
%13
%8

Triadic Colors of #eaa5cb

#eaa5cb #cbeaa5 #a5cbea

Analogous Colors of #eaa5cb

#eaa5cb #eaa5a9 #e7a5ea

Monochromatic Colors of #eaa5cb

#eaa5cb

Complementary Color

#eaa5cb #a5eac4

#eaa5cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa5cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa5cb Color CSS Codes

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

#eaa5cb Text Font Color

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

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


#eaa5cb Background Color

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

This div background color is #eaa5cb


#eaa5cb Border Color

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

This div border color is #eaa5cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,165,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 #eaa5cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa5cb


Comments

No comments written yet.

Please login to write comment.