Color Hex Logo

#ee767f Color Hex

#EE767F
(238,118,127)
0 Favorites   0 Comments

Color spaces of #ee767f

RGB 238118127
HSL0.990.780.70
HSV356°50°93°
CMYK 0.000.500.47   0.07
XYZ45.569132.666323.9821
Yxy32.66630.44580.3196
Hunter Lab57.154442.297415.1299
CIE-Lab63.889846.981216.9581

#ee767f color RGB value is (238,118,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110110 01111111
Octal 356 166 177
Decimal 238 118 127
Hex EE 76 7F

RGB Percentages of Color #ee767f

%49.28
%24.43
%26.29

CMYK Percentages of Color #ee767f

%0
%50
%47
%7

Triadic Colors of #ee767f

#ee767f #7fee76 #767fee

Analogous Colors of #ee767f

#ee767f #eea976 #ee76bb

Monochromatic Colors of #ee767f

#ee767f

Complementary Color

#ee767f #76eee5

#ee767f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee767f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee767f Color CSS Codes

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

#ee767f Text Font Color

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

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


#ee767f Background Color

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

This div background color is #ee767f


#ee767f Border Color

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

This div border color is #ee767f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,118,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 #ee767f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee767f


Comments

No comments written yet.

Please login to write comment.