Color Hex Logo

#ee727a Color Hex

#EE727A
(238,114,122)
0 Favorites   0 Comments

Color spaces of #ee727a

RGB 238114122
HSL0.990.780.69
HSV356°52°93°
CMYK 0.000.520.49   0.07
XYZ44.790131.616922.1543
Yxy31.61690.45440.3208
Hunter Lab56.228943.786615.9999
CIE-Lab63.025048.466118.6169

#ee727a color RGB value is (238,114,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110010 01111010
Octal 356 162 172
Decimal 238 114 122
Hex EE 72 7A

RGB Percentages of Color #ee727a

%50.21
%24.05
%25.74

CMYK Percentages of Color #ee727a

%0
%52
%49
%7

Triadic Colors of #ee727a

#ee727a #7aee72 #727aee

Analogous Colors of #ee727a

#ee727a #eea872 #ee72b8

Monochromatic Colors of #ee727a

#ee727a

Complementary Color

#ee727a #72eee6

#ee727a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee727a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee727a Color CSS Codes

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

#ee727a Text Font Color

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

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


#ee727a Background Color

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

This div background color is #ee727a


#ee727a Border Color

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

This div border color is #ee727a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee727a


Comments

No comments written yet.

Please login to write comment.