Color Hex Logo

#e99aaf Color Hex

#E99AAF
(233,154,175)
0 Favorites   0 Comments

Color spaces of #e99aaf

RGB 233154175
HSL0.960.640.76
HSV344°34°91°
CMYK 0.000.340.25   0.09
XYZ52.897743.530046.1716
Yxy43.53000.37100.3053
Hunter Lab65.977327.65334.6923
CIE-Lab71.913232.34231.3174

#e99aaf color RGB value is (233,154,175).

#e99aaf hex color red value is 233, green value is 154 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e99aaf hue: 0.96 , saturation: 0.64 and the lightness value of e99aaf is 0.76.

The process color (four color CMYK) of #e99aaf color hex is 0.00, 0.34, 0.25, 0.09. Web safe color of #e99aaf is #ff9999. Color #e99aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011010 10101111
Octal 351 232 257
Decimal 233 154 175
Hex E9 9A AF

RGB Percentages of Color #e99aaf

%41.46
%27.40
%31.14

CMYK Percentages of Color #e99aaf

%0
%34
%25
%9

Triadic Colors of #e99aaf

#e99aaf #afe99a #9aafe9

Analogous Colors of #e99aaf

#e99aaf #e9ad9a #e99ad7

Monochromatic Colors of #e99aaf

#e99aaf

Complementary Color

#e99aaf #9ae9d4

#e99aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e99aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e99aaf Color CSS Codes

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

#e99aaf Text Font Color

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

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


#e99aaf Background Color

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

This div background color is #e99aaf


#e99aaf Border Color

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

This div border color is #e99aaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,154,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e99aaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e99aaf;
  -webkit-box-shadow: 1px 1px 3px 2px #e99aaf;
  box-shadow:         1px 1px 3px 2px #e99aaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,154,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e99aaf


Comments

No comments written yet.

Please login to write comment.