Color Hex Logo

#a0078f Color Hex

#A0078F
(160,7,143)
0 Favorites   0 Comments

Color spaces of #a0078f

RGB 1607143
HSL0.850.920.33
HSV307°96°63°
CMYK 0.000.960.11   0.37
XYZ19.53119.608726.8119
Yxy9.60870.34910.1717
Hunter Lab30.997958.2226-29.5849
CIE-Lab37.130866.0406-33.7533

#a0078f color RGB value is (160,7,143).

#a0078f hex color red value is 160, green value is 7 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #a0078f hue: 0.85 , saturation: 0.92 and the lightness value of a0078f is 0.33.

The process color (four color CMYK) of #a0078f color hex is 0.00, 0.96, 0.11, 0.37. Web safe color of #a0078f is #990099. Color #a0078f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000111 10001111
Octal 240 7 217
Decimal 160 7 143
Hex A0 7 8F

RGB Percentages of Color #a0078f

%51.61
%2.26
%46.13

CMYK Percentages of Color #a0078f

%0
%96
%11
%37

Triadic Colors of #a0078f

#a0078f #8fa007 #078fa0

Analogous Colors of #a0078f

#a0078f #a00743 #6507a0

Monochromatic Colors of #a0078f

#a0078f

Complementary Color

#a0078f #07a018

#a0078f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0078f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0078f Color CSS Codes

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

#a0078f Text Font Color

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

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


#a0078f Background Color

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

This div background color is #a0078f


#a0078f Border Color

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

This div border color is #a0078f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,7,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0078f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0078f;
  -webkit-box-shadow: 1px 1px 3px 2px #a0078f;
  box-shadow:         1px 1px 3px 2px #a0078f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,7,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0078f


Comments

No comments written yet.

Please login to write comment.