Color Hex Logo

#a0829b Color Hex

#A0829B
(160,130,155)
0 Favorites   0 Comments

Color spaces of #a0829b

RGB 160130155
HSL0.860.140.57
HSV310°19°63°
CMYK 0.000.190.03   0.37
XYZ28.396225.805434.4946
Yxy25.80540.32020.2909
Hunter Lab50.799010.8816-4.7010
CIE-Lab57.851915.9275-9.0103

#a0829b color RGB value is (160,130,155).

#a0829b hex color red value is 160, green value is 130 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #a0829b hue: 0.86 , saturation: 0.14 and the lightness value of a0829b is 0.57.

The process color (four color CMYK) of #a0829b color hex is 0.00, 0.19, 0.03, 0.37. Web safe color of #a0829b is #999999. Color #a0829b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000010 10011011
Octal 240 202 233
Decimal 160 130 155
Hex A0 82 9B

RGB Percentages of Color #a0829b

%35.96
%29.21
%34.83

CMYK Percentages of Color #a0829b

%0
%19
%3
%37

Triadic Colors of #a0829b

#a0829b #9ba082 #829ba0

Analogous Colors of #a0829b

#a0829b #a0828c #9682a0

Monochromatic Colors of #a0829b

#a0829b

Complementary Color

#a0829b #82a087

#a0829b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0829b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0829b Color CSS Codes

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

#a0829b Text Font Color

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

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


#a0829b Background Color

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

This div background color is #a0829b


#a0829b Border Color

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

This div border color is #a0829b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0829b


Comments

No comments written yet.

Please login to write comment.