Color Hex Logo

#ee7aae Color Hex

#EE7AAE
(238,122,174)
0 Favorites   0 Comments

Color spaces of #ee7aae

RGB 238122174
HSL0.930.770.71
HSV333°49°93°
CMYK 0.000.490.27   0.07
XYZ49.859435.152244.2016
Yxy35.15220.38590.2720
Hunter Lab59.289346.3535-2.6996
CIE-Lab65.867050.3737-6.9390

#ee7aae color RGB value is (238,122,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111010 10101110
Octal 356 172 256
Decimal 238 122 174
Hex EE 7A AE

RGB Percentages of Color #ee7aae

%44.57
%22.85
%32.58

CMYK Percentages of Color #ee7aae

%0
%49
%27
%7

Triadic Colors of #ee7aae

#ee7aae #aeee7a #7aaeee

Analogous Colors of #ee7aae

#ee7aae #ee807a #ee7ae8

Monochromatic Colors of #ee7aae

#ee7aae

Complementary Color

#ee7aae #7aeeba

#ee7aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7aae Color CSS Codes

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

#ee7aae Text Font Color

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

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


#ee7aae Background Color

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

This div background color is #ee7aae


#ee7aae Border Color

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

This div border color is #ee7aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7aae


Comments

No comments written yet.

Please login to write comment.