Color Hex Logo

#ea62aa Color Hex

#EA62AA
(234,98,170)
0 Favorites   0 Comments

Color spaces of #ea62aa

RGB 23498170
HSL0.910.760.65
HSV328°58°92°
CMYK 0.000.580.27   0.08
XYZ45.555129.130141.2519
Yxy29.13010.39290.2513
Hunter Lab53.972356.2106-7.5357
CIE-Lab60.896359.8442-12.1389

#ea62aa color RGB value is (234,98,170).

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

The process color (four color CMYK) of #ea62aa color hex is 0.00, 0.58, 0.27, 0.08. Web safe color of #ea62aa is #ff6699. Color #ea62aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100010 10101010
Octal 352 142 252
Decimal 234 98 170
Hex EA 62 AA

RGB Percentages of Color #ea62aa

%46.61
%19.52
%33.86

CMYK Percentages of Color #ea62aa

%0
%58
%27
%8

Triadic Colors of #ea62aa

#ea62aa #aaea62 #62aaea

Analogous Colors of #ea62aa

#ea62aa #ea6266 #e662ea

Monochromatic Colors of #ea62aa

#ea62aa

Complementary Color

#ea62aa #62eaa2

#ea62aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea62aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea62aa Color CSS Codes

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

#ea62aa Text Font Color

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

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


#ea62aa Background Color

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

This div background color is #ea62aa


#ea62aa Border Color

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

This div border color is #ea62aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea62aa


Comments

No comments written yet.

Please login to write comment.