Color Hex Logo

#ee709e Color Hex

#EE709E
(238,112,158)
0 Favorites   0 Comments

Color spaces of #ee709e

RGB 238112158
HSL0.940.790.69
HSV338°53°93°
CMYK 0.000.530.34   0.07
XYZ47.225632.234136.0805
Yxy32.23410.40870.2790
Hunter Lab56.775149.12022.0638
CIE-Lab63.535953.1922-1.2685

#ee709e color RGB value is (238,112,158).

#ee709e hex color red value is 238, green value is 112 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ee709e hue: 0.94 , saturation: 0.79 and the lightness value of ee709e is 0.69.

The process color (four color CMYK) of #ee709e color hex is 0.00, 0.53, 0.34, 0.07. Web safe color of #ee709e is #ff6699. Color #ee709e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110000 10011110
Octal 356 160 236
Decimal 238 112 158
Hex EE 70 9E

RGB Percentages of Color #ee709e

%46.85
%22.05
%31.10

CMYK Percentages of Color #ee709e

%0
%53
%34
%7

Triadic Colors of #ee709e

#ee709e #9eee70 #709eee

Analogous Colors of #ee709e

#ee709e #ee8170 #ee70dd

Monochromatic Colors of #ee709e

#ee709e

Complementary Color

#ee709e #70eec0

#ee709e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee709e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee709e Color CSS Codes

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

#ee709e Text Font Color

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

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


#ee709e Background Color

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

This div background color is #ee709e


#ee709e Border Color

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

This div border color is #ee709e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,112,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ee709e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee709e


Comments

No comments written yet.

Please login to write comment.