Color Hex Logo

#ee726e Color Hex

#EE726E
(238,114,110)
0 Favorites   0 Comments

Color spaces of #ee726e

RGB 238114110
HSL0.010.790.68
HSV54°93°
CMYK 0.000.520.54   0.07
XYZ44.091731.337618.4767
Yxy31.33760.46950.3337
Hunter Lab55.980042.627519.6168
CIE-Lab62.791647.439125.1211

#ee726e color RGB value is (238,114,110).

#ee726e hex color red value is 238, green value is 114 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ee726e hue: 0.01 , saturation: 0.79 and the lightness value of ee726e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110010 01101110
Octal 356 162 156
Decimal 238 114 110
Hex EE 72 6E

RGB Percentages of Color #ee726e

%51.52
%24.68
%23.81

CMYK Percentages of Color #ee726e

%0
%52
%54
%7

Triadic Colors of #ee726e

#ee726e #6eee72 #726eee

Analogous Colors of #ee726e

#ee726e #eeb26e #ee6eaa

Monochromatic Colors of #ee726e

#ee726e

Complementary Color

#ee726e #6eeaee

#ee726e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee726e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee726e Color CSS Codes

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

#ee726e Text Font Color

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

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


#ee726e Background Color

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

This div background color is #ee726e


#ee726e Border Color

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

This div border color is #ee726e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee726e


Comments

No comments written yet.

Please login to write comment.