Color Hex Logo

#ee7eaa Color Hex

#EE7EAA
(238,126,170)
0 Favorites   0 Comments

Color spaces of #ee7eaa

RGB 238126170
HSL0.930.770.71
HSV336°47°93°
CMYK 0.000.470.29   0.07
XYZ49.976436.001142.3451
Yxy36.00110.38950.2806
Hunter Lab60.000943.67590.1573
CIE-Lab66.520847.8708-3.7088

#ee7eaa color RGB value is (238,126,170).

#ee7eaa hex color red value is 238, green value is 126 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ee7eaa hue: 0.93 , saturation: 0.77 and the lightness value of ee7eaa is 0.71.

The process color (four color CMYK) of #ee7eaa color hex is 0.00, 0.47, 0.29, 0.07. Web safe color of #ee7eaa is #ff6699. Color #ee7eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111110 10101010
Octal 356 176 252
Decimal 238 126 170
Hex EE 7E AA

RGB Percentages of Color #ee7eaa

%44.57
%23.60
%31.84

CMYK Percentages of Color #ee7eaa

%0
%47
%29
%7

Triadic Colors of #ee7eaa

#ee7eaa #aaee7e #7eaaee

Analogous Colors of #ee7eaa

#ee7eaa #ee8a7e #ee7ee2

Monochromatic Colors of #ee7eaa

#ee7eaa

Complementary Color

#ee7eaa #7eeec2

#ee7eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7eaa Color CSS Codes

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

#ee7eaa Text Font Color

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

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


#ee7eaa Background Color

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

This div background color is #ee7eaa


#ee7eaa Border Color

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

This div border color is #ee7eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7eaa


Comments

No comments written yet.

Please login to write comment.