Color Hex Logo

#e87faf Color Hex

#E87FAF
(232,127,175)
0 Favorites   0 Comments

Color spaces of #e87faf

RGB 232127175
HSL0.920.700.70
HSV333°45°91°
CMYK 0.000.450.25   0.09
XYZ48.605935.429744.8342
Yxy35.42970.37720.2749
Hunter Lab59.522941.5967-2.9928
CIE-Lab66.081946.0395-7.2716

#e87faf color RGB value is (232,127,175).

#e87faf hex color red value is 232, green value is 127 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e87faf hue: 0.92 , saturation: 0.70 and the lightness value of e87faf is 0.70.

The process color (four color CMYK) of #e87faf color hex is 0.00, 0.45, 0.25, 0.09. Web safe color of #e87faf is #ff6699. Color #e87faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111111 10101111
Octal 350 177 257
Decimal 232 127 175
Hex E8 7F AF

RGB Percentages of Color #e87faf

%43.45
%23.78
%32.77

CMYK Percentages of Color #e87faf

%0
%45
%25
%9

Triadic Colors of #e87faf

#e87faf #afe87f #7fafe8

Analogous Colors of #e87faf

#e87faf #e8847f #e87fe4

Monochromatic Colors of #e87faf

#e87faf

Complementary Color

#e87faf #7fe8b8

#e87faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87faf Color CSS Codes

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

#e87faf Text Font Color

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

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


#e87faf Background Color

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

This div background color is #e87faf


#e87faf Border Color

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

This div border color is #e87faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87faf


Comments

No comments written yet.

Please login to write comment.