Color Hex Logo

#e89aaf Color Hex

#E89AAF
(232,154,175)
0 Favorites   0 Comments

Color spaces of #e89aaf

RGB 232154175
HSL0.960.630.76
HSV344°34°91°
CMYK 0.000.340.25   0.09
XYZ52.572243.362246.1563
Yxy43.36220.37000.3052
Hunter Lab65.850027.27044.5368
CIE-Lab71.800131.98451.1390

#e89aaf color RGB value is (232,154,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011010 10101111
Octal 350 232 257
Decimal 232 154 175
Hex E8 9A AF

RGB Percentages of Color #e89aaf

%41.35
%27.45
%31.19

CMYK Percentages of Color #e89aaf

%0
%34
%25
%9

Triadic Colors of #e89aaf

#e89aaf #afe89a #9aafe8

Analogous Colors of #e89aaf

#e89aaf #e8ac9a #e89ad6

Monochromatic Colors of #e89aaf

#e89aaf

Complementary Color

#e89aaf #9ae8d3

#e89aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89aaf Color CSS Codes

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

#e89aaf Text Font Color

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

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


#e89aaf Background Color

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

This div background color is #e89aaf


#e89aaf Border Color

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

This div border color is #e89aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89aaf


Comments

No comments written yet.

Please login to write comment.