Color Hex Logo

#e078ad Color Hex

#E078AD
(224,120,173)
0 Favorites   0 Comments

Color spaces of #e078ad

RGB 224120173
HSL0.920.630.67
HSV329°46°88°
CMYK 0.000.460.23   0.12
XYZ44.999832.297443.3974
Yxy32.29740.37280.2676
Hunter Lab56.830841.8861-5.4937
CIE-Lab63.587946.6459-9.9648

#e078ad color RGB value is (224,120,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111000 10101101
Octal 340 170 255
Decimal 224 120 173
Hex E0 78 AD

RGB Percentages of Color #e078ad

%43.33
%23.21
%33.46

CMYK Percentages of Color #e078ad

%0
%46
%23
%12

Triadic Colors of #e078ad

#e078ad #ade078 #78ade0

Analogous Colors of #e078ad

#e078ad #e07879 #df78e0

Monochromatic Colors of #e078ad

#e078ad

Complementary Color

#e078ad #78e0ab

#e078ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e078ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e078ad Color CSS Codes

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

#e078ad Text Font Color

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

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


#e078ad Background Color

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

This div background color is #e078ad


#e078ad Border Color

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

This div border color is #e078ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e078ad


Comments

No comments written yet.

Please login to write comment.