Color Hex Logo

#ea47ac Color Hex

#EA47AC
(234,71,172)
0 Favorites   0 Comments

Color spaces of #ea47ac

RGB 23471172
HSL0.900.800.60
HSV323°70°92°
CMYK 0.000.700.26   0.08
XYZ43.631324.977541.5512
Yxy24.97750.39610.2267
Hunter Lab49.977568.3733-14.3094
CIE-Lab57.053570.8204-19.1135

#ea47ac color RGB value is (234,71,172).

#ea47ac hex color red value is 234, green value is 71 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ea47ac hue: 0.90 , saturation: 0.80 and the lightness value of ea47ac is 0.60.

The process color (four color CMYK) of #ea47ac color hex is 0.00, 0.70, 0.26, 0.08. Web safe color of #ea47ac is #ff3399. Color #ea47ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000111 10101100
Octal 352 107 254
Decimal 234 71 172
Hex EA 47 AC

RGB Percentages of Color #ea47ac

%49.06
%14.88
%36.06

CMYK Percentages of Color #ea47ac

%0
%70
%26
%8

Triadic Colors of #ea47ac

#ea47ac #acea47 #47acea

Analogous Colors of #ea47ac

#ea47ac #ea475b #d747ea

Monochromatic Colors of #ea47ac

#ea47ac

Complementary Color

#ea47ac #47ea85

#ea47ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea47ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea47ac Color CSS Codes

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

#ea47ac Text Font Color

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

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


#ea47ac Background Color

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

This div background color is #ea47ac


#ea47ac Border Color

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

This div border color is #ea47ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea47ac


Comments

No comments written yet.

Please login to write comment.