Color Hex Logo

#e87aaa Color Hex

#E87AAA
(232,122,170)
0 Favorites   0 Comments

Color spaces of #e87aaa

RGB 232122170
HSL0.930.710.69
HSV334°47°91°
CMYK 0.000.470.27   0.09
XYZ47.493933.977242.0853
Yxy33.97720.38440.2750
Hunter Lab58.290043.4320-2.0043
CIE-Lab64.944547.8693-6.1273

#e87aaa color RGB value is (232,122,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111010 10101010
Octal 350 172 252
Decimal 232 122 170
Hex E8 7A AA

RGB Percentages of Color #e87aaa

%44.27
%23.28
%32.44

CMYK Percentages of Color #e87aaa

%0
%47
%27
%9

Triadic Colors of #e87aaa

#e87aaa #aae87a #7aaae8

Analogous Colors of #e87aaa

#e87aaa #e8817a #e87ae1

Monochromatic Colors of #e87aaa

#e87aaa

Complementary Color

#e87aaa #7ae8b8

#e87aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87aaa Color CSS Codes

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

#e87aaa Text Font Color

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

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


#e87aaa Background Color

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

This div background color is #e87aaa


#e87aaa Border Color

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

This div border color is #e87aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87aaa


Comments

No comments written yet.

Please login to write comment.