Color Hex Logo

#a0076c Color Hex

#A0076C
(160,7,108)
0 Favorites   0 Comments

Color spaces of #a0076c

RGB 1607108
HSL0.890.920.33
HSV320°96°63°
CMYK 0.000.960.33   0.37
XYZ17.28008.708314.9575
Yxy8.70830.42200.2127
Hunter Lab29.509852.8816-9.3951
CIE-Lab35.416561.6284-14.5469

#a0076c color RGB value is (160,7,108).

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

The process color (four color CMYK) of #a0076c color hex is 0.00, 0.96, 0.33, 0.37. Web safe color of #a0076c is #990066. Color #a0076c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000111 01101100
Octal 240 7 154
Decimal 160 7 108
Hex A0 7 6C

RGB Percentages of Color #a0076c

%58.18
%2.55
%39.27

CMYK Percentages of Color #a0076c

%0
%96
%33
%37

Triadic Colors of #a0076c

#a0076c #6ca007 #076ca0

Analogous Colors of #a0076c

#a0076c #a0071f #8807a0

Monochromatic Colors of #a0076c

#a0076c

Complementary Color

#a0076c #07a03b

#a0076c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0076c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0076c Color CSS Codes

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

#a0076c Text Font Color

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

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


#a0076c Background Color

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

This div background color is #a0076c


#a0076c Border Color

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

This div border color is #a0076c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0076c


Comments

No comments written yet.

Please login to write comment.