Color Hex Logo

#a082dc Color Hex

#A082DC
(160,130,220)
0 Favorites   0 Comments

Color spaces of #a082dc

RGB 160130220
HSL0.720.560.69
HSV260°41°86°
CMYK 0.270.410.00   0.14
XYZ35.398128.606271.3660
Yxy28.60620.26150.2113
Hunter Lab53.484824.5392-41.6727
CIE-Lab60.432530.2855-41.9494

#a082dc color RGB value is (160,130,220).

#a082dc hex color red value is 160, green value is 130 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a082dc hue: 0.72 , saturation: 0.56 and the lightness value of a082dc is 0.69.

The process color (four color CMYK) of #a082dc color hex is 0.27, 0.41, 0.00, 0.14. Web safe color of #a082dc is #9999cc. Color #a082dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000010 11011100
Octal 240 202 334
Decimal 160 130 220
Hex A0 82 DC

RGB Percentages of Color #a082dc

%31.37
%25.49
%43.14

CMYK Percentages of Color #a082dc

%27
%41
%0
%14

Triadic Colors of #a082dc

#a082dc #dca082 #82dca0

Analogous Colors of #a082dc

#a082dc #cd82dc #8291dc

Monochromatic Colors of #a082dc

#a082dc

Complementary Color

#a082dc #bedc82

#a082dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a082dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a082dc Color CSS Codes

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

#a082dc Text Font Color

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

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


#a082dc Background Color

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

This div background color is #a082dc


#a082dc Border Color

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

This div border color is #a082dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a082dc


Comments

No comments written yet.

Please login to write comment.