Color Hex Logo

#ee799e Color Hex

#EE799E
(238,121,158)
0 Favorites   0 Comments

Color spaces of #ee799e

RGB 238121158
HSL0.950.770.70
HSV341°49°93°
CMYK 0.000.490.34   0.07
XYZ48.268834.320536.4282
Yxy34.32050.40560.2884
Hunter Lab58.583744.54984.1412
CIE-Lab65.216248.84441.1853

#ee799e color RGB value is (238,121,158).

#ee799e hex color red value is 238, green value is 121 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ee799e hue: 0.95 , saturation: 0.77 and the lightness value of ee799e is 0.70.

The process color (four color CMYK) of #ee799e color hex is 0.00, 0.49, 0.34, 0.07. Web safe color of #ee799e is #ff6699. Color #ee799e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111001 10011110
Octal 356 171 236
Decimal 238 121 158
Hex EE 79 9E

RGB Percentages of Color #ee799e

%46.03
%23.40
%30.56

CMYK Percentages of Color #ee799e

%0
%49
%34
%7

Triadic Colors of #ee799e

#ee799e #9eee79 #799eee

Analogous Colors of #ee799e

#ee799e #ee8f79 #ee79d9

Monochromatic Colors of #ee799e

#ee799e

Complementary Color

#ee799e #79eec9

#ee799e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee799e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee799e Color CSS Codes

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

#ee799e Text Font Color

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

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


#ee799e Background Color

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

This div background color is #ee799e


#ee799e Border Color

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

This div border color is #ee799e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee799e


Comments

No comments written yet.

Please login to write comment.