Color Hex Logo

#a082ab Color Hex

#A082AB
(160,130,171)
0 Favorites   0 Comments

Color spaces of #a082ab

RGB 160130171
HSL0.790.200.59
HSV284°24°67°
CMYK 0.060.240.00   0.33
XYZ29.830526.379142.0475
Yxy26.37910.30360.2685
Hunter Lab51.360613.7927-12.5867
CIE-Lab58.395219.1213-17.3756

#a082ab color RGB value is (160,130,171).

#a082ab hex color red value is 160, green value is 130 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a082ab hue: 0.79 , saturation: 0.20 and the lightness value of a082ab is 0.59.

The process color (four color CMYK) of #a082ab color hex is 0.06, 0.24, 0.00, 0.33. Web safe color of #a082ab is #999999. Color #a082ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000010 10101011
Octal 240 202 253
Decimal 160 130 171
Hex A0 82 AB

RGB Percentages of Color #a082ab

%34.71
%28.20
%37.09

CMYK Percentages of Color #a082ab

%6
%24
%0
%33

Triadic Colors of #a082ab

#a082ab #aba082 #82aba0

Analogous Colors of #a082ab

#a082ab #ab82a2 #8c82ab

Monochromatic Colors of #a082ab

#a082ab

Complementary Color

#a082ab #8dab82

#a082ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a082ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a082ab Color CSS Codes

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

#a082ab Text Font Color

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

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


#a082ab Background Color

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

This div background color is #a082ab


#a082ab Border Color

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

This div border color is #a082ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a082ab


Comments

No comments written yet.

Please login to write comment.