Color Hex Logo

#eaa4cb Color Hex

#EAA4CB
(234,164,203)
0 Favorites   0 Comments

Color spaces of #eaa4cb

RGB 234164203
HSL0.910.630.78
HSV327°30°92°
CMYK 0.000.300.13   0.08
XYZ57.986648.355162.7772
Yxy48.35510.34290.2859
Hunter Lab69.537827.1574-4.8492
CIE-Lab75.048431.6158-9.4804

#eaa4cb color RGB value is (234,164,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10100100 11001011
Octal 352 244 313
Decimal 234 164 203
Hex EA A4 CB

RGB Percentages of Color #eaa4cb

%38.94
%27.29
%33.78

CMYK Percentages of Color #eaa4cb

%0
%30
%13
%8

Triadic Colors of #eaa4cb

#eaa4cb #cbeaa4 #a4cbea

Analogous Colors of #eaa4cb

#eaa4cb #eaa4a8 #e6a4ea

Monochromatic Colors of #eaa4cb

#eaa4cb

Complementary Color

#eaa4cb #a4eac3

#eaa4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa4cb Color CSS Codes

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

#eaa4cb Text Font Color

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

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


#eaa4cb Background Color

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

This div background color is #eaa4cb


#eaa4cb Border Color

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

This div border color is #eaa4cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa4cb


Comments

No comments written yet.

Please login to write comment.