Color Hex Logo

#e462aa Color Hex

#E462AA
(228,98,170)
0 Favorites   0 Comments

Color spaces of #e462aa

RGB 22898170
HSL0.910.710.64
HSV327°57°89°
CMYK 0.000.570.25   0.11
XYZ43.618328.131641.1612
Yxy28.13160.38630.2491
Hunter Lab53.039253.9758-8.8847
CIE-Lab60.007458.0496-13.5652

#e462aa color RGB value is (228,98,170).

#e462aa hex color red value is 228, green value is 98 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e462aa hue: 0.91 , saturation: 0.71 and the lightness value of e462aa is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01100010 10101010
Octal 344 142 252
Decimal 228 98 170
Hex E4 62 AA

RGB Percentages of Color #e462aa

%45.97
%19.76
%34.27

CMYK Percentages of Color #e462aa

%0
%57
%25
%11

Triadic Colors of #e462aa

#e462aa #aae462 #62aae4

Analogous Colors of #e462aa

#e462aa #e46269 #dd62e4

Monochromatic Colors of #e462aa

#e462aa

Complementary Color

#e462aa #62e49c

#e462aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e462aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e462aa Color CSS Codes

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

#e462aa Text Font Color

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

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


#e462aa Background Color

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

This div background color is #e462aa


#e462aa Border Color

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

This div border color is #e462aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e462aa


Comments

No comments written yet.

Please login to write comment.