Color Hex Logo

#e07aae Color Hex

#E07AAE
(224,122,174)
0 Favorites   0 Comments

Color spaces of #e07aae

RGB 224122174
HSL0.920.620.68
HSV329°46°88°
CMYK 0.000.460.22   0.12
XYZ45.340032.822443.9901
Yxy32.82240.37120.2687
Hunter Lab57.290841.0060-5.4215
CIE-Lab64.016845.7767-9.8923

#e07aae color RGB value is (224,122,174).

#e07aae hex color red value is 224, green value is 122 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e07aae hue: 0.92 , saturation: 0.62 and the lightness value of e07aae is 0.68.

The process color (four color CMYK) of #e07aae color hex is 0.00, 0.46, 0.22, 0.12. Web safe color of #e07aae is #cc6699. Color #e07aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111010 10101110
Octal 340 172 256
Decimal 224 122 174
Hex E0 7A AE

RGB Percentages of Color #e07aae

%43.08
%23.46
%33.46

CMYK Percentages of Color #e07aae

%0
%46
%22
%12

Triadic Colors of #e07aae

#e07aae #aee07a #7aaee0

Analogous Colors of #e07aae

#e07aae #e07a7b #df7ae0

Monochromatic Colors of #e07aae

#e07aae

Complementary Color

#e07aae #7ae0ac

#e07aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07aae Color CSS Codes

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

#e07aae Text Font Color

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

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


#e07aae Background Color

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

This div background color is #e07aae


#e07aae Border Color

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

This div border color is #e07aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07aae


Comments

No comments written yet.

Please login to write comment.