Color Hex Logo

#e456aa Color Hex

#E456AA
(228,86,170)
0 Favorites   0 Comments

Color spaces of #e456aa

RGB 22886170
HSL0.900.720.62
HSV325°62°89°
CMYK 0.000.620.25   0.11
XYZ42.578426.051840.8146
Yxy26.05180.38900.2380
Hunter Lab51.041059.5831-11.6822
CIE-Lab58.086263.2413-16.4707

#e456aa color RGB value is (228,86,170).

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

The process color (four color CMYK) of #e456aa color hex is 0.00, 0.62, 0.25, 0.11. Web safe color of #e456aa is #cc6699. Color #e456aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010110 10101010
Octal 344 126 252
Decimal 228 86 170
Hex E4 56 AA

RGB Percentages of Color #e456aa

%47.11
%17.77
%35.12

CMYK Percentages of Color #e456aa

%0
%62
%25
%11

Triadic Colors of #e456aa

#e456aa #aae456 #56aae4

Analogous Colors of #e456aa

#e456aa #e45663 #d756e4

Monochromatic Colors of #e456aa

#e456aa

Complementary Color

#e456aa #56e490

#e456aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e456aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e456aa Color CSS Codes

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

#e456aa Text Font Color

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

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


#e456aa Background Color

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

This div background color is #e456aa


#e456aa Border Color

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

This div border color is #e456aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e456aa


Comments

No comments written yet.

Please login to write comment.