Color Hex Logo

#ee776f Color Hex

#EE776F
(238,119,111)
0 Favorites   0 Comments

Color spaces of #ee776f

RGB 238119111
HSL0.010.790.68
HSV53°93°
CMYK 0.000.500.53   0.07
XYZ44.726032.518518.9583
Yxy32.51850.46490.3380
Hunter Lab57.025040.207920.2062
CIE-Lab63.769145.072925.8527

#ee776f color RGB value is (238,119,111).

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

The process color (four color CMYK) of #ee776f color hex is 0.00, 0.50, 0.53, 0.07. Web safe color of #ee776f is #ff6666. Color #ee776f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110111 01101111
Octal 356 167 157
Decimal 238 119 111
Hex EE 77 6F

RGB Percentages of Color #ee776f

%50.85
%25.43
%23.72

CMYK Percentages of Color #ee776f

%0
%50
%53
%7

Triadic Colors of #ee776f

#ee776f #6fee77 #776fee

Analogous Colors of #ee776f

#ee776f #eeb76f #ee6fa7

Monochromatic Colors of #ee776f

#ee776f

Complementary Color

#ee776f #6fe6ee

#ee776f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee776f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee776f Color CSS Codes

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

#ee776f Text Font Color

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

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


#ee776f Background Color

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

This div background color is #ee776f


#ee776f Border Color

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

This div border color is #ee776f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee776f


Comments

No comments written yet.

Please login to write comment.