Color Hex Logo

#a082f6 Color Hex

#A082F6
(160,130,246)
0 Favorites   0 Comments

Color spaces of #a082f6

RGB 160130246
HSL0.710.870.74
HSV256°47°96°
CMYK 0.350.470.00   0.04
XYZ39.114430.092790.9357
Yxy30.09270.24420.1879
Hunter Lab54.856831.2759-59.8848
CIE-Lab61.734136.8476-54.3209

#a082f6 color RGB value is (160,130,246).

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

The process color (four color CMYK) of #a082f6 color hex is 0.35, 0.47, 0.00, 0.04. Web safe color of #a082f6 is #9999ff. Color #a082f6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000010 11110110
Octal 240 202 366
Decimal 160 130 246
Hex A0 82 F6

RGB Percentages of Color #a082f6

%29.85
%24.25
%45.90

CMYK Percentages of Color #a082f6

%35
%47
%0
%4

Triadic Colors of #a082f6

#a082f6 #f6a082 #82f6a0

Analogous Colors of #a082f6

#a082f6 #da82f6 #829ef6

Monochromatic Colors of #a082f6

#a082f6

Complementary Color

#a082f6 #d8f682

#a082f6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a082f6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a082f6 Color CSS Codes

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

#a082f6 Text Font Color

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

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


#a082f6 Background Color

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

This div background color is #a082f6


#a082f6 Border Color

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

This div border color is #a082f6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a082f6


Comments

No comments written yet.

Please login to write comment.