Color Hex Logo

#e156aa Color Hex

#E156AA
(225,86,170)
0 Favorites   0 Comments

Color spaces of #e156aa

RGB 22586170
HSL0.900.700.61
HSV324°62°88°
CMYK 0.000.620.24   0.12
XYZ41.634825.565440.7704
Yxy25.56540.38560.2368
Hunter Lab50.562258.4995-12.4144
CIE-Lab57.622262.3939-17.2186

#e156aa color RGB value is (225,86,170).

#e156aa hex color red value is 225, green value is 86 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e156aa hue: 0.90 , saturation: 0.70 and the lightness value of e156aa is 0.61.

The process color (four color CMYK) of #e156aa color hex is 0.00, 0.62, 0.24, 0.12. Web safe color of #e156aa is #cc6699. Color #e156aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010110 10101010
Octal 341 126 252
Decimal 225 86 170
Hex E1 56 AA

RGB Percentages of Color #e156aa

%46.78
%17.88
%35.34

CMYK Percentages of Color #e156aa

%0
%62
%24
%12

Triadic Colors of #e156aa

#e156aa #aae156 #56aae1

Analogous Colors of #e156aa

#e156aa #e15665 #d356e1

Monochromatic Colors of #e156aa

#e156aa

Complementary Color

#e156aa #56e18d

#e156aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e156aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e156aa Color CSS Codes

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

#e156aa Text Font Color

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

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


#e156aa Background Color

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

This div background color is #e156aa


#e156aa Border Color

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

This div border color is #e156aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e156aa


Comments

No comments written yet.

Please login to write comment.