Color Hex Logo

#e989af Color Hex

#E989AF
(233,137,175)
0 Favorites   0 Comments

Color spaces of #e989af

RGB 233137175
HSL0.930.690.73
HSV336°41°91°
CMYK 0.000.410.25   0.09
XYZ50.287838.310145.3016
Yxy38.31010.37560.2861
Hunter Lab61.895236.7089-0.0683
CIE-Lab68.248541.2600-4.0512

#e989af color RGB value is (233,137,175).

#e989af hex color red value is 233, green value is 137 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e989af hue: 0.93 , saturation: 0.69 and the lightness value of e989af is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001001 10101111
Octal 351 211 257
Decimal 233 137 175
Hex E9 89 AF

RGB Percentages of Color #e989af

%42.75
%25.14
%32.11

CMYK Percentages of Color #e989af

%0
%41
%25
%9

Triadic Colors of #e989af

#e989af #afe989 #89afe9

Analogous Colors of #e989af

#e989af #e99389 #e989df

Monochromatic Colors of #e989af

#e989af

Complementary Color

#e989af #89e9c3

#e989af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e989af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e989af Color CSS Codes

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

#e989af Text Font Color

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

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


#e989af Background Color

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

This div background color is #e989af


#e989af Border Color

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

This div border color is #e989af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e989af


Comments

No comments written yet.

Please login to write comment.