Color Hex Logo

#eb66ac Color Hex

#EB66AC
(235,102,172)
0 Favorites   0 Comments

Color spaces of #eb66ac

RGB 235102172
HSL0.910.770.66
HSV328°57°92°
CMYK 0.000.570.27   0.08
XYZ46.458730.143542.3994
Yxy30.14350.39040.2533
Hunter Lab54.903154.9653-7.3551
CIE-Lab61.777858.6146-11.9486

#eb66ac color RGB value is (235,102,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100110 10101100
Octal 353 146 254
Decimal 235 102 172
Hex EB 66 AC

RGB Percentages of Color #eb66ac

%46.17
%20.04
%33.79

CMYK Percentages of Color #eb66ac

%0
%57
%27
%8

Triadic Colors of #eb66ac

#eb66ac #aceb66 #66aceb

Analogous Colors of #eb66ac

#eb66ac #eb666a #e866eb

Monochromatic Colors of #eb66ac

#eb66ac

Complementary Color

#eb66ac #66eba5

#eb66ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb66ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb66ac Color CSS Codes

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

#eb66ac Text Font Color

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

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


#eb66ac Background Color

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

This div background color is #eb66ac


#eb66ac Border Color

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

This div border color is #eb66ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb66ac


Comments

No comments written yet.

Please login to write comment.