Color Hex Logo

#e870aa Color Hex

#E870AA
(232,112,170)
0 Favorites   0 Comments

Color spaces of #e870aa

RGB 232112170
HSL0.920.720.67
HSV331°52°91°
CMYK 0.000.520.27   0.09
XYZ46.328631.646441.6968
Yxy31.64640.38710.2644
Hunter Lab56.255148.5562-4.5677
CIE-Lab63.049652.7651-8.9448

#e870aa color RGB value is (232,112,170).

#e870aa hex color red value is 232, green value is 112 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e870aa hue: 0.92 , saturation: 0.72 and the lightness value of e870aa is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110000 10101010
Octal 350 160 252
Decimal 232 112 170
Hex E8 70 AA

RGB Percentages of Color #e870aa

%45.14
%21.79
%33.07

CMYK Percentages of Color #e870aa

%0
%52
%27
%9

Triadic Colors of #e870aa

#e870aa #aae870 #70aae8

Analogous Colors of #e870aa

#e870aa #e87270 #e870e6

Monochromatic Colors of #e870aa

#e870aa

Complementary Color

#e870aa #70e8ae

#e870aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e870aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e870aa Color CSS Codes

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

#e870aa Text Font Color

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

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


#e870aa Background Color

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

This div background color is #e870aa


#e870aa Border Color

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

This div border color is #e870aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e870aa


Comments

No comments written yet.

Please login to write comment.