Color Hex Logo

#a082ff Color Hex

#A082FF
(160,130,255)
0 Favorites   0 Comments

Color spaces of #a082ff

RGB 160130255
HSL0.711.000.75
HSV254°49°100°
CMYK 0.370.490.00   0.00
XYZ40.529830.658898.3893
Yxy30.65880.23900.1808
Hunter Lab55.370433.7595-66.5949
CIE-Lab62.218539.1925-58.4972

#a082ff color RGB value is (160,130,255).

#a082ff hex color red value is 160, green value is 130 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a082ff hue: 0.71 , saturation: 1.00 and the lightness value of a082ff is 0.75.

The process color (four color CMYK) of #a082ff color hex is 0.37, 0.49, 0.00, 0.00. Web safe color of #a082ff is #9999ff. Color #a082ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000010 11111111
Octal 240 202 377
Decimal 160 130 255
Hex A0 82 FF

RGB Percentages of Color #a082ff

%29.36
%23.85
%46.79

CMYK Percentages of Color #a082ff

%37
%49
%0
%0

Triadic Colors of #a082ff

#a082ff #ffa082 #82ffa0

Analogous Colors of #a082ff

#a082ff #df82ff #82a3ff

Monochromatic Colors of #a082ff

#a082ff

Complementary Color

#a082ff #e1ff82

#a082ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a082ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a082ff Color CSS Codes

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

#a082ff Text Font Color

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

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


#a082ff Background Color

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

This div background color is #a082ff


#a082ff Border Color

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

This div border color is #a082ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a082ff

Related Colors


Comments

No comments written yet.

Please login to write comment.