Color Hex Logo

#ea64ac Color Hex

#EA64AC
(234,100,172)
0 Favorites   0 Comments

Color spaces of #ea64ac

RGB 234100172
HSL0.910.760.65
HSV328°57°92°
CMYK 0.000.570.26   0.08
XYZ45.935329.585342.3192
Yxy29.58530.38980.2511
Hunter Lab54.392455.5597-8.0551
CIE-Lab61.294759.2123-12.6894

#ea64ac color RGB value is (234,100,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100100 10101100
Octal 352 144 254
Decimal 234 100 172
Hex EA 64 AC

RGB Percentages of Color #ea64ac

%46.25
%19.76
%33.99

CMYK Percentages of Color #ea64ac

%0
%57
%26
%8

Triadic Colors of #ea64ac

#ea64ac #acea64 #64acea

Analogous Colors of #ea64ac

#ea64ac #ea6469 #e564ea

Monochromatic Colors of #ea64ac

#ea64ac

Complementary Color

#ea64ac #64eaa2

#ea64ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea64ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea64ac Color CSS Codes

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

#ea64ac Text Font Color

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

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


#ea64ac Background Color

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

This div background color is #ea64ac


#ea64ac Border Color

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

This div border color is #ea64ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea64ac


Comments

No comments written yet.

Please login to write comment.