Color Hex Logo

#ee849e Color Hex

#EE849E
(238,132,158)
0 Favorites   0 Comments

Color spaces of #ee849e

RGB 238132158
HSL0.960.760.73
HSV345°45°93°
CMYK 0.000.450.34   0.07
XYZ49.682737.148336.8995
Yxy37.14830.40150.3002
Hunter Lab60.949438.84226.7697
CIE-Lab67.388143.34004.3339

#ee849e color RGB value is (238,132,158).

#ee849e hex color red value is 238, green value is 132 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ee849e hue: 0.96 , saturation: 0.76 and the lightness value of ee849e is 0.73.

The process color (four color CMYK) of #ee849e color hex is 0.00, 0.45, 0.34, 0.07. Web safe color of #ee849e is #ff9999. Color #ee849e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10000100 10011110
Octal 356 204 236
Decimal 238 132 158
Hex EE 84 9E

RGB Percentages of Color #ee849e

%45.08
%25.00
%29.92

CMYK Percentages of Color #ee849e

%0
%45
%34
%7

Triadic Colors of #ee849e

#ee849e #9eee84 #849eee

Analogous Colors of #ee849e

#ee849e #ee9f84 #ee84d3

Monochromatic Colors of #ee849e

#ee849e

Complementary Color

#ee849e #84eed4

#ee849e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee849e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee849e Color CSS Codes

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

#ee849e Text Font Color

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

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


#ee849e Background Color

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

This div background color is #ee849e


#ee849e Border Color

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

This div border color is #ee849e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee849e


Comments

No comments written yet.

Please login to write comment.