Color Hex Logo

#e499ac Color Hex

#E499AC
(228,153,172)
0 Favorites   0 Comments

Color spaces of #e499ac

RGB 228153172
HSL0.960.580.75
HSV345°33°89°
CMYK 0.000.330.25   0.11
XYZ50.832542.255044.5066
Yxy42.25500.36940.3071
Hunter Lab65.003825.82894.9082
CIE-Lab71.046430.65521.6512

#e499ac color RGB value is (228,153,172).

#e499ac hex color red value is 228, green value is 153 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e499ac hue: 0.96 , saturation: 0.58 and the lightness value of e499ac is 0.75.

The process color (four color CMYK) of #e499ac color hex is 0.00, 0.33, 0.25, 0.11. Web safe color of #e499ac is #cc9999. Color #e499ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10011001 10101100
Octal 344 231 254
Decimal 228 153 172
Hex E4 99 AC

RGB Percentages of Color #e499ac

%41.23
%27.67
%31.10

CMYK Percentages of Color #e499ac

%0
%33
%25
%11

Triadic Colors of #e499ac

#e499ac #ace499 #99ace4

Analogous Colors of #e499ac

#e499ac #e4ac99 #e499d2

Monochromatic Colors of #e499ac

#e499ac

Complementary Color

#e499ac #99e4d1

#e499ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e499ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e499ac Color CSS Codes

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

#e499ac Text Font Color

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

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


#e499ac Background Color

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

This div background color is #e499ac


#e499ac Border Color

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

This div border color is #e499ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,153,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e499ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e499ac;
  -webkit-box-shadow: 1px 1px 3px 2px #e499ac;
  box-shadow:         1px 1px 3px 2px #e499ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,153,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e499ac


Comments

No comments written yet.

Please login to write comment.