Color Hex Logo

#ee727f Color Hex

#EE727F
(238,114,127)
0 Favorites   0 Comments

Color spaces of #ee727f

RGB 238114127
HSL0.980.780.69
HSV354°52°93°
CMYK 0.000.520.47   0.07
XYZ45.108031.744123.8284
Yxy31.74410.44800.3153
Hunter Lab56.341944.310914.3641
CIE-Lab63.130848.928315.9081

#ee727f color RGB value is (238,114,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110010 01111111
Octal 356 162 177
Decimal 238 114 127
Hex EE 72 7F

RGB Percentages of Color #ee727f

%49.69
%23.80
%26.51

CMYK Percentages of Color #ee727f

%0
%52
%47
%7

Triadic Colors of #ee727f

#ee727f #7fee72 #727fee

Analogous Colors of #ee727f

#ee727f #eea372 #ee72bd

Monochromatic Colors of #ee727f

#ee727f

Complementary Color

#ee727f #72eee1

#ee727f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee727f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee727f Color CSS Codes

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

#ee727f Text Font Color

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

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


#ee727f Background Color

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

This div background color is #ee727f


#ee727f Border Color

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

This div border color is #ee727f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee727f


Comments

No comments written yet.

Please login to write comment.