Color Hex Logo

#ee808b Color Hex

#EE808B
(238,128,139)
0 Favorites   0 Comments

Color spaces of #ee808b

RGB 238128139
HSL0.980.760.72
HSV354°46°93°
CMYK 0.000.460.42   0.07
XYZ47.639335.479628.7635
Yxy35.47960.42580.3171
Hunter Lab59.564838.524213.0645
CIE-Lab66.120443.205213.2581

#ee808b color RGB value is (238,128,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000000 10001011
Octal 356 200 213
Decimal 238 128 139
Hex EE 80 8B

RGB Percentages of Color #ee808b

%47.13
%25.35
%27.52

CMYK Percentages of Color #ee808b

%0
%46
%42
%7

Triadic Colors of #ee808b

#ee808b #8bee80 #808bee

Analogous Colors of #ee808b

#ee808b #eeac80 #ee80c2

Monochromatic Colors of #ee808b

#ee808b

Complementary Color

#ee808b #80eee3

#ee808b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee808b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee808b Color CSS Codes

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

#ee808b Text Font Color

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

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


#ee808b Background Color

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

This div background color is #ee808b


#ee808b Border Color

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

This div border color is #ee808b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee808b


Comments

No comments written yet.

Please login to write comment.