Color Hex Logo

#e87faa Color Hex

#E87FAA
(232,127,170)
0 Favorites   0 Comments

Color spaces of #e87faa

RGB 232127170
HSL0.930.700.70
HSV335°45°91°
CMYK 0.000.450.27   0.09
XYZ48.123835.236842.2952
Yxy35.23680.38300.2804
Hunter Lab59.360640.8294-0.6925
CIE-Lab65.932645.3564-4.6654

#e87faa color RGB value is (232,127,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111111 10101010
Octal 350 177 252
Decimal 232 127 170
Hex E8 7F AA

RGB Percentages of Color #e87faa

%43.86
%24.01
%32.14

CMYK Percentages of Color #e87faa

%0
%45
%27
%9

Triadic Colors of #e87faa

#e87faa #aae87f #7faae8

Analogous Colors of #e87faa

#e87faa #e8897f #e87fdf

Monochromatic Colors of #e87faa

#e87faa

Complementary Color

#e87faa #7fe8bd

#e87faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87faa Color CSS Codes

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

#e87faa Text Font Color

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

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


#e87faa Background Color

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

This div background color is #e87faa


#e87faa Border Color

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

This div border color is #e87faa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,127,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87faa


Comments

No comments written yet.

Please login to write comment.