Color Hex Logo

#a0516b Color Hex

#A0516B
(160,81,107)
0 Favorites   0 Comments

Color spaces of #a0516b

RGB 16081107
HSL0.950.330.47
HSV340°49°63°
CMYK 0.000.490.33   0.37
XYZ20.093514.420015.6342
Yxy14.42000.40070.2876
Hunter Lab37.973727.99812.1712
CIE-Lab44.829335.66240.1488

#a0516b color RGB value is (160,81,107).

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

The process color (four color CMYK) of #a0516b color hex is 0.00, 0.49, 0.33, 0.37. Web safe color of #a0516b is #996666. Color #a0516b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010001 01101011
Octal 240 121 153
Decimal 160 81 107
Hex A0 51 6B

RGB Percentages of Color #a0516b

%45.98
%23.28
%30.75

CMYK Percentages of Color #a0516b

%0
%49
%33
%37

Triadic Colors of #a0516b

#a0516b #6ba051 #516ba0

Analogous Colors of #a0516b

#a0516b #a05e51 #a05193

Monochromatic Colors of #a0516b

#a0516b

Complementary Color

#a0516b #51a086

#a0516b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0516b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0516b Color CSS Codes

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

#a0516b Text Font Color

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

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


#a0516b Background Color

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

This div background color is #a0516b


#a0516b Border Color

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

This div border color is #a0516b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0516b


Comments

No comments written yet.

Please login to write comment.