Color Hex Logo

#ee8980 Color Hex

#EE8980
(238,137,128)
0 Favorites   0 Comments

Color spaces of #ee8980

RGB 238137128
HSL0.010.760.72
HSV46°93°
CMYK 0.000.420.46   0.07
XYZ48.101837.627025.1496
Yxy37.62700.43380.3394
Hunter Lab61.340932.628318.6298
CIE-Lab67.744837.484521.6756

#ee8980 color RGB value is (238,137,128).

#ee8980 hex color red value is 238, green value is 137 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ee8980 hue: 0.01 , saturation: 0.76 and the lightness value of ee8980 is 0.72.

The process color (four color CMYK) of #ee8980 color hex is 0.00, 0.42, 0.46, 0.07. Web safe color of #ee8980 is #ff9999. Color #ee8980 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10001001 10000000
Octal 356 211 200
Decimal 238 137 128
Hex EE 89 80

RGB Percentages of Color #ee8980

%47.32
%27.24
%25.45

CMYK Percentages of Color #ee8980

%0
%42
%46
%7

Triadic Colors of #ee8980

#ee8980 #80ee89 #8980ee

Analogous Colors of #ee8980

#ee8980 #eec080 #ee80ae

Monochromatic Colors of #ee8980

#ee8980

Complementary Color

#ee8980 #80e5ee

#ee8980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee8980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee8980 Color CSS Codes

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

#ee8980 Text Font Color

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

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


#ee8980 Background Color

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

This div background color is #ee8980


#ee8980 Border Color

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

This div border color is #ee8980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee8980


Comments

No comments written yet.

Please login to write comment.