Color Hex Logo

#a82afa Color Hex

#A82AFA
(168,42,250)
0 Favorites   0 Comments

Color spaces of #a82afa

RGB 16842250
HSL0.770.950.57
HSV276°83°98°
CMYK 0.330.830.00   0.02
XYZ34.231716.882991.8970
Yxy16.88290.23940.1181
Hunter Lab41.088876.8056-103.8426
CIE-Lab48.112179.3951-78.4685

#a82afa color RGB value is (168,42,250).

#a82afa hex color red value is 168, green value is 42 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a82afa hue: 0.77 , saturation: 0.95 and the lightness value of a82afa is 0.57.

The process color (four color CMYK) of #a82afa color hex is 0.33, 0.83, 0.00, 0.02. Web safe color of #a82afa is #9933ff. Color #a82afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101010 11111010
Octal 250 52 372
Decimal 168 42 250
Hex A8 2A FA

RGB Percentages of Color #a82afa

%36.52
%9.13
%54.35

CMYK Percentages of Color #a82afa

%33
%83
%0
%2

Triadic Colors of #a82afa

#a82afa #faa82a #2afaa8

Analogous Colors of #a82afa

#a82afa #fa2ae4 #402afa

Monochromatic Colors of #a82afa

#a82afa

Complementary Color

#a82afa #7cfa2a

#a82afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82afa Color CSS Codes

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

#a82afa Text Font Color

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

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


#a82afa Background Color

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

This div background color is #a82afa


#a82afa Border Color

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

This div border color is #a82afa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,42,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a82afa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a82afa;
  -webkit-box-shadow: 1px 1px 3px 2px #a82afa;
  box-shadow:         1px 1px 3px 2px #a82afa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,42,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82afa


Comments

No comments written yet.

Please login to write comment.