Color Hex Logo

#ee59ac Color Hex

#EE59AC
(238,89,172)
0 Favorites   0 Comments

Color spaces of #ee59ac

RGB 23889172
HSL0.910.810.64
HSV327°63°93°
CMYK 0.000.630.28   0.07
XYZ46.278728.300542.0531
Yxy28.30050.39680.2426
Hunter Lab53.198262.1856-9.6299
CIE-Lab60.159365.0820-14.3405

#ee59ac color RGB value is (238,89,172).

#ee59ac hex color red value is 238, green value is 89 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ee59ac hue: 0.91 , saturation: 0.81 and the lightness value of ee59ac is 0.64.

The process color (four color CMYK) of #ee59ac color hex is 0.00, 0.63, 0.28, 0.07. Web safe color of #ee59ac is #ff6699. Color #ee59ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01011001 10101100
Octal 356 131 254
Decimal 238 89 172
Hex EE 59 AC

RGB Percentages of Color #ee59ac

%47.70
%17.84
%34.47

CMYK Percentages of Color #ee59ac

%0
%63
%28
%7

Triadic Colors of #ee59ac

#ee59ac #acee59 #59acee

Analogous Colors of #ee59ac

#ee59ac #ee5961 #e659ee

Monochromatic Colors of #ee59ac

#ee59ac

Complementary Color

#ee59ac #59ee9b

#ee59ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee59ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee59ac Color CSS Codes

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

#ee59ac Text Font Color

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

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


#ee59ac Background Color

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

This div background color is #ee59ac


#ee59ac Border Color

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

This div border color is #ee59ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee59ac


Comments

No comments written yet.

Please login to write comment.