Color Hex Logo

#ee727e Color Hex

#EE727E
(238,114,126)
0 Favorites   0 Comments

Color spaces of #ee727e

RGB 238114126
HSL0.980.780.69
HSV354°52°93°
CMYK 0.000.520.47   0.07
XYZ45.043131.718123.4868
Yxy31.71810.44930.3164
Hunter Lab56.318844.204214.6973
CIE-Lab63.109248.834316.4495

#ee727e color RGB value is (238,114,126).

#ee727e hex color red value is 238, green value is 114 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ee727e hue: 0.98 , saturation: 0.78 and the lightness value of ee727e is 0.69.

The process color (four color CMYK) of #ee727e color hex is 0.00, 0.52, 0.47, 0.07. Web safe color of #ee727e is #ff6666. Color #ee727e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110010 01111110
Octal 356 162 176
Decimal 238 114 126
Hex EE 72 7E

RGB Percentages of Color #ee727e

%49.79
%23.85
%26.36

CMYK Percentages of Color #ee727e

%0
%52
%47
%7

Triadic Colors of #ee727e

#ee727e #7eee72 #727eee

Analogous Colors of #ee727e

#ee727e #eea472 #ee72bc

Monochromatic Colors of #ee727e

#ee727e

Complementary Color

#ee727e #72eee2

#ee727e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee727e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee727e Color CSS Codes

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

#ee727e Text Font Color

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

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


#ee727e Background Color

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

This div background color is #ee727e


#ee727e Border Color

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

This div border color is #ee727e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee727e


Comments

No comments written yet.

Please login to write comment.