Color Hex Logo

#e078aa Color Hex

#E078AA
(224,120,170)
0 Favorites   0 Comments

Color spaces of #e078aa

RGB 224120170
HSL0.920.630.67
HSV331°46°88°
CMYK 0.000.460.24   0.12
XYZ44.712632.182541.8854
Yxy32.18250.37640.2709
Hunter Lab56.729641.4116-4.0651
CIE-Lab63.493446.2224-8.3981

#e078aa color RGB value is (224,120,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111000 10101010
Octal 340 170 252
Decimal 224 120 170
Hex E0 78 AA

RGB Percentages of Color #e078aa

%43.58
%23.35
%33.07

CMYK Percentages of Color #e078aa

%0
%46
%24
%12

Triadic Colors of #e078aa

#e078aa #aae078 #78aae0

Analogous Colors of #e078aa

#e078aa #e07a78 #e078de

Monochromatic Colors of #e078aa

#e078aa

Complementary Color

#e078aa #78e0ae

#e078aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e078aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e078aa Color CSS Codes

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

#e078aa Text Font Color

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

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


#e078aa Background Color

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

This div background color is #e078aa


#e078aa Border Color

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

This div border color is #e078aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e078aa


Comments

No comments written yet.

Please login to write comment.