Color Hex Logo

#a0076b Color Hex

#A0076B
(160,7,107)
0 Favorites   0 Comments

Color spaces of #a0076b

RGB 1607107
HSL0.890.920.33
HSV321°96°63°
CMYK 0.000.960.33   0.37
XYZ17.22708.687114.6787
Yxy8.68710.42440.2140
Hunter Lab29.473952.7510-8.8961
CIE-Lab35.374761.5185-13.9737

#a0076b color RGB value is (160,7,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000111 01101011
Octal 240 7 153
Decimal 160 7 107
Hex A0 7 6B

RGB Percentages of Color #a0076b

%58.39
%2.55
%39.05

CMYK Percentages of Color #a0076b

%0
%96
%33
%37

Triadic Colors of #a0076b

#a0076b #6ba007 #076ba0

Analogous Colors of #a0076b

#a0076b #a0071f #8907a0

Monochromatic Colors of #a0076b

#a0076b

Complementary Color

#a0076b #07a03c

#a0076b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0076b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0076b Color CSS Codes

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

#a0076b Text Font Color

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

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


#a0076b Background Color

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

This div background color is #a0076b


#a0076b Border Color

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

This div border color is #a0076b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0076b


Comments

No comments written yet.

Please login to write comment.