Color Hex Logo

#a082cc Color Hex

#A082CC
(160,130,204)
0 Favorites   0 Comments

Color spaces of #a082cc

RGB 160130204
HSL0.730.420.65
HSV264°36°80°
CMYK 0.220.360.00   0.20
XYZ33.378927.798560.7331
Yxy27.79850.27380.2280
Hunter Lab52.724320.7380-31.3892
CIE-Lab59.706326.4414-34.1056

#a082cc color RGB value is (160,130,204).

#a082cc hex color red value is 160, green value is 130 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a082cc hue: 0.73 , saturation: 0.42 and the lightness value of a082cc is 0.65.

The process color (four color CMYK) of #a082cc color hex is 0.22, 0.36, 0.00, 0.20. Web safe color of #a082cc is #9999cc. Color #a082cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000010 11001100
Octal 240 202 314
Decimal 160 130 204
Hex A0 82 CC

RGB Percentages of Color #a082cc

%32.39
%26.32
%41.30

CMYK Percentages of Color #a082cc

%22
%36
%0
%20

Triadic Colors of #a082cc

#a082cc #cca082 #82cca0

Analogous Colors of #a082cc

#a082cc #c582cc #8289cc

Monochromatic Colors of #a082cc

#a082cc

Complementary Color

#a082cc #aecc82

#a082cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a082cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a082cc Color CSS Codes

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

#a082cc Text Font Color

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

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


#a082cc Background Color

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

This div background color is #a082cc


#a082cc Border Color

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

This div border color is #a082cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a082cc


Comments

No comments written yet.

Please login to write comment.