Color Hex Logo

#ee808d Color Hex

#EE808D
(238,128,141)
0 Favorites   0 Comments

Color spaces of #ee808d

RGB 238128141
HSL0.980.760.72
HSV353°46°93°
CMYK 0.000.460.41   0.07
XYZ47.786835.538629.5403
Yxy35.53860.42340.3149
Hunter Lab59.614338.760712.3504
CIE-Lab66.165943.418612.1916

#ee808d color RGB value is (238,128,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000000 10001101
Octal 356 200 215
Decimal 238 128 141
Hex EE 80 8D

RGB Percentages of Color #ee808d

%46.94
%25.25
%27.81

CMYK Percentages of Color #ee808d

%0
%46
%41
%7

Triadic Colors of #ee808d

#ee808d #8dee80 #808dee

Analogous Colors of #ee808d

#ee808d #eeaa80 #ee80c4

Monochromatic Colors of #ee808d

#ee808d

Complementary Color

#ee808d #80eee1

#ee808d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee808d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee808d Color CSS Codes

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

#ee808d Text Font Color

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

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


#ee808d Background Color

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

This div background color is #ee808d


#ee808d Border Color

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

This div border color is #ee808d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee808d


Comments

No comments written yet.

Please login to write comment.