Color Hex Logo

#e079ad Color Hex

#E079AD
(224,121,173)
0 Favorites   0 Comments

Color spaces of #e079ad

RGB 224121173
HSL0.920.620.68
HSV330°46°88°
CMYK 0.000.460.23   0.12
XYZ45.120732.539243.4377
Yxy32.53920.37260.2687
Hunter Lab57.043141.3667-5.2185
CIE-Lab63.786046.1406-9.6687

#e079ad color RGB value is (224,121,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111001 10101101
Octal 340 171 255
Decimal 224 121 173
Hex E0 79 AD

RGB Percentages of Color #e079ad

%43.24
%23.36
%33.40

CMYK Percentages of Color #e079ad

%0
%46
%23
%12

Triadic Colors of #e079ad

#e079ad #ade079 #79ade0

Analogous Colors of #e079ad

#e079ad #e0797a #e079e0

Monochromatic Colors of #e079ad

#e079ad

Complementary Color

#e079ad #79e0ac

#e079ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e079ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e079ad Color CSS Codes

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

#e079ad Text Font Color

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

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


#e079ad Background Color

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

This div background color is #e079ad


#e079ad Border Color

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

This div border color is #e079ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,121,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e079ad


Comments

No comments written yet.

Please login to write comment.