Color Hex Logo

#ea66ac Color Hex

#EA66AC
(234,102,172)
0 Favorites   0 Comments

Color spaces of #ea66ac

RGB 234102172
HSL0.910.760.66
HSV328°56°92°
CMYK 0.000.560.26   0.08
XYZ46.129429.973742.3839
Yxy29.97370.38930.2530
Hunter Lab54.748254.5899-7.5762
CIE-Lab61.631558.3125-12.1831

#ea66ac color RGB value is (234,102,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100110 10101100
Octal 352 146 254
Decimal 234 102 172
Hex EA 66 AC

RGB Percentages of Color #ea66ac

%46.06
%20.08
%33.86

CMYK Percentages of Color #ea66ac

%0
%56
%26
%8

Triadic Colors of #ea66ac

#ea66ac #acea66 #66acea

Analogous Colors of #ea66ac

#ea66ac #ea666a #e666ea

Monochromatic Colors of #ea66ac

#ea66ac

Complementary Color

#ea66ac #66eaa4

#ea66ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea66ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea66ac Color CSS Codes

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

#ea66ac Text Font Color

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

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


#ea66ac Background Color

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

This div background color is #ea66ac


#ea66ac Border Color

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

This div border color is #ea66ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea66ac


Comments

No comments written yet.

Please login to write comment.