Color Hex Logo

#e89fac Color Hex

#E89FAC
(232,159,172)
0 Favorites   0 Comments

Color spaces of #e89fac

RGB 232159172
HSL0.970.610.77
HSV349°31°91°
CMYK 0.000.310.26   0.09
XYZ53.123244.930644.9023
Yxy44.93060.37160.3143
Hunter Lab67.030324.16287.2040
CIE-Lab72.846228.90464.3157

#e89fac color RGB value is (232,159,172).

#e89fac hex color red value is 232, green value is 159 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e89fac hue: 0.97 , saturation: 0.61 and the lightness value of e89fac is 0.77.

The process color (four color CMYK) of #e89fac color hex is 0.00, 0.31, 0.26, 0.09. Web safe color of #e89fac is #ff9999. Color #e89fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011111 10101100
Octal 350 237 254
Decimal 232 159 172
Hex E8 9F AC

RGB Percentages of Color #e89fac

%41.21
%28.24
%30.55

CMYK Percentages of Color #e89fac

%0
%31
%26
%9

Triadic Colors of #e89fac

#e89fac #ace89f #9face8

Analogous Colors of #e89fac

#e89fac #e8b79f #e89fd1

Monochromatic Colors of #e89fac

#e89fac

Complementary Color

#e89fac #9fe8db

#e89fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89fac Color CSS Codes

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

#e89fac Text Font Color

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

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


#e89fac Background Color

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

This div background color is #e89fac


#e89fac Border Color

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

This div border color is #e89fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89fac


Comments

No comments written yet.

Please login to write comment.