Color Hex Logo

#ea70aa Color Hex

#EA70AA
(234,112,170)
0 Favorites   0 Comments

Color spaces of #ea70aa

RGB 234112170
HSL0.920.740.68
HSV331°52°92°
CMYK 0.000.520.27   0.08
XYZ46.981631.983041.7274
Yxy31.98300.38930.2650
Hunter Lab56.553549.3195-4.1590
CIE-Lab63.328853.4015-8.4988

#ea70aa color RGB value is (234,112,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110000 10101010
Octal 352 160 252
Decimal 234 112 170
Hex EA 70 AA

RGB Percentages of Color #ea70aa

%45.35
%21.71
%32.95

CMYK Percentages of Color #ea70aa

%0
%52
%27
%8

Triadic Colors of #ea70aa

#ea70aa #aaea70 #70aaea

Analogous Colors of #ea70aa

#ea70aa #ea7370 #ea70e7

Monochromatic Colors of #ea70aa

#ea70aa

Complementary Color

#ea70aa #70eab0

#ea70aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea70aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea70aa Color CSS Codes

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

#ea70aa Text Font Color

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

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


#ea70aa Background Color

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

This div background color is #ea70aa


#ea70aa Border Color

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

This div border color is #ea70aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea70aa


Comments

No comments written yet.

Please login to write comment.