Color Hex Logo

#ea70ac Color Hex

#EA70AC
(234,112,172)
0 Favorites   0 Comments

Color spaces of #ea70ac

RGB 234112172
HSL0.920.740.68
HSV330°52°92°
CMYK 0.000.520.26   0.08
XYZ47.172232.059342.7315
Yxy32.05930.38680.2629
Hunter Lab56.620949.6258-5.1112
CIE-Lab63.391953.6637-9.5461

#ea70ac color RGB value is (234,112,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110000 10101100
Octal 352 160 254
Decimal 234 112 172
Hex EA 70 AC

RGB Percentages of Color #ea70ac

%45.17
%21.62
%33.20

CMYK Percentages of Color #ea70ac

%0
%52
%26
%8

Triadic Colors of #ea70ac

#ea70ac #acea70 #70acea

Analogous Colors of #ea70ac

#ea70ac #ea7170 #ea70e9

Monochromatic Colors of #ea70ac

#ea70ac

Complementary Color

#ea70ac #70eaae

#ea70ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea70ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea70ac Color CSS Codes

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

#ea70ac Text Font Color

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

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


#ea70ac Background Color

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

This div background color is #ea70ac


#ea70ac Border Color

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

This div border color is #ea70ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,112,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ea70ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea70ac


Comments

No comments written yet.

Please login to write comment.