Color Hex Logo

#ee497e Color Hex

#EE497E
(238,73,126)
0 Favorites   0 Comments

Color spaces of #ee497e

RGB 23873126
HSL0.950.830.61
HSV341°69°93°
CMYK 0.000.690.47   0.07
XYZ41.408324.448622.2753
Yxy24.44860.46980.2774
Hunter Lab49.445562.95577.9016
CIE-Lab56.534266.39387.2121

#ee497e color RGB value is (238,73,126).

#ee497e hex color red value is 238, green value is 73 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ee497e hue: 0.95 , saturation: 0.83 and the lightness value of ee497e is 0.61.

The process color (four color CMYK) of #ee497e color hex is 0.00, 0.69, 0.47, 0.07. Web safe color of #ee497e is #ff3366. Color #ee497e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01001001 01111110
Octal 356 111 176
Decimal 238 73 126
Hex EE 49 7E

RGB Percentages of Color #ee497e

%54.46
%16.70
%28.83

CMYK Percentages of Color #ee497e

%0
%69
%47
%7

Triadic Colors of #ee497e

#ee497e #7eee49 #497eee

Analogous Colors of #ee497e

#ee497e #ee6749 #ee49d1

Monochromatic Colors of #ee497e

#ee497e

Complementary Color

#ee497e #49eeb9

#ee497e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee497e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee497e Color CSS Codes

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

#ee497e Text Font Color

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

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


#ee497e Background Color

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

This div background color is #ee497e


#ee497e Border Color

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

This div border color is #ee497e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee497e


Comments

No comments written yet.

Please login to write comment.