Color Hex Logo

#e076aa Color Hex

#E076AA
(224,118,170)
0 Favorites   0 Comments

Color spaces of #e076aa

RGB 224118170
HSL0.920.630.67
HSV331°47°88°
CMYK 0.000.470.24   0.12
XYZ44.474631.706441.8061
Yxy31.70640.37690.2687
Hunter Lab56.308442.4465-4.6039
CIE-Lab63.099547.2292-8.9855

#e076aa color RGB value is (224,118,170).

#e076aa hex color red value is 224, green value is 118 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e076aa hue: 0.92 , saturation: 0.63 and the lightness value of e076aa is 0.67.

The process color (four color CMYK) of #e076aa color hex is 0.00, 0.47, 0.24, 0.12. Web safe color of #e076aa is #cc6699. Color #e076aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110110 10101010
Octal 340 166 252
Decimal 224 118 170
Hex E0 76 AA

RGB Percentages of Color #e076aa

%43.75
%23.05
%33.20

CMYK Percentages of Color #e076aa

%0
%47
%24
%12

Triadic Colors of #e076aa

#e076aa #aae076 #76aae0

Analogous Colors of #e076aa

#e076aa #e07776 #e076df

Monochromatic Colors of #e076aa

#e076aa

Complementary Color

#e076aa #76e0ac

#e076aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e076aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e076aa Color CSS Codes

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

#e076aa Text Font Color

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

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


#e076aa Background Color

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

This div background color is #e076aa


#e076aa Border Color

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

This div border color is #e076aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e076aa


Comments

No comments written yet.

Please login to write comment.