Color Hex Logo

#ee7aaf Color Hex

#EE7AAF
(238,122,175)
0 Favorites   0 Comments

Color spaces of #ee7aaf

RGB 238122175
HSL0.920.770.71
HSV333°49°93°
CMYK 0.000.490.26   0.07
XYZ49.957335.191444.7170
Yxy35.19140.38470.2710
Hunter Lab59.322346.5066-3.1670
CIE-Lab65.897450.5063-7.4599

#ee7aaf color RGB value is (238,122,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111010 10101111
Octal 356 172 257
Decimal 238 122 175
Hex EE 7A AF

RGB Percentages of Color #ee7aaf

%44.49
%22.80
%32.71

CMYK Percentages of Color #ee7aaf

%0
%49
%26
%7

Triadic Colors of #ee7aaf

#ee7aaf #afee7a #7aafee

Analogous Colors of #ee7aaf

#ee7aaf #ee7f7a #ee7ae9

Monochromatic Colors of #ee7aaf

#ee7aaf

Complementary Color

#ee7aaf #7aeeb9

#ee7aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7aaf Color CSS Codes

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

#ee7aaf Text Font Color

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

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


#ee7aaf Background Color

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

This div background color is #ee7aaf


#ee7aaf Border Color

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

This div border color is #ee7aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7aaf


Comments

No comments written yet.

Please login to write comment.