Color Hex Logo

#ea72ac Color Hex

#EA72AC
(234,114,172)
0 Favorites   0 Comments

Color spaces of #ea72ac

RGB 234114172
HSL0.920.740.68
HSV331°51°92°
CMYK 0.000.510.26   0.08
XYZ47.395432.505642.8059
Yxy32.50560.38620.2649
Hunter Lab57.013748.6129-4.6054
CIE-Lab63.758652.7064-8.9988

#ea72ac color RGB value is (234,114,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110010 10101100
Octal 352 162 254
Decimal 234 114 172
Hex EA 72 AC

RGB Percentages of Color #ea72ac

%45.00
%21.92
%33.08

CMYK Percentages of Color #ea72ac

%0
%51
%26
%8

Triadic Colors of #ea72ac

#ea72ac #acea72 #72acea

Analogous Colors of #ea72ac

#ea72ac #ea7472 #ea72e8

Monochromatic Colors of #ea72ac

#ea72ac

Complementary Color

#ea72ac #72eab0

#ea72ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea72ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea72ac Color CSS Codes

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

#ea72ac Text Font Color

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

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


#ea72ac Background Color

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

This div background color is #ea72ac


#ea72ac Border Color

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

This div border color is #ea72ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea72ac


Comments

No comments written yet.

Please login to write comment.