Color Hex Logo

#ee7faa Color Hex

#EE7FAA
(238,127,170)
0 Favorites   0 Comments

Color spaces of #ee7faa

RGB 238127170
HSL0.940.770.72
HSV337°47°93°
CMYK 0.000.470.29   0.07
XYZ50.105036.258242.3879
Yxy36.25820.38920.2816
Hunter Lab60.214843.15480.4134
CIE-Lab66.716747.3720-3.4200

#ee7faa color RGB value is (238,127,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111111 10101010
Octal 356 177 252
Decimal 238 127 170
Hex EE 7F AA

RGB Percentages of Color #ee7faa

%44.49
%23.74
%31.78

CMYK Percentages of Color #ee7faa

%0
%47
%29
%7

Triadic Colors of #ee7faa

#ee7faa #aaee7f #7faaee

Analogous Colors of #ee7faa

#ee7faa #ee8c7f #ee7fe2

Monochromatic Colors of #ee7faa

#ee7faa

Complementary Color

#ee7faa #7feec3

#ee7faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7faa Color CSS Codes

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

#ee7faa Text Font Color

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

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


#ee7faa Background Color

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

This div background color is #ee7faa


#ee7faa Border Color

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

This div border color is #ee7faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7faa


Comments

No comments written yet.

Please login to write comment.