Color Hex Logo

#a822cc Color Hex

#A822CC
(168,34,204)
0 Favorites   0 Comments

Color spaces of #a822cc

RGB 16834204
HSL0.800.710.47
HSV287°83°80°
CMYK 0.180.830.00   0.20
XYZ27.619613.828558.3402
Yxy13.82850.27680.1386
Hunter Lab37.186767.5003-66.9862
CIE-Lab43.986072.6189-59.0183

#a822cc color RGB value is (168,34,204).

#a822cc hex color red value is 168, green value is 34 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a822cc hue: 0.80 , saturation: 0.71 and the lightness value of a822cc is 0.47.

The process color (four color CMYK) of #a822cc color hex is 0.18, 0.83, 0.00, 0.20. Web safe color of #a822cc is #9933cc. Color #a822cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100010 11001100
Octal 250 42 314
Decimal 168 34 204
Hex A8 22 CC

RGB Percentages of Color #a822cc

%41.38
%8.37
%50.25

CMYK Percentages of Color #a822cc

%18
%83
%0
%20

Triadic Colors of #a822cc

#a822cc #cca822 #22cca8

Analogous Colors of #a822cc

#a822cc #cc229b #5322cc

Monochromatic Colors of #a822cc

#a822cc

Complementary Color

#a822cc #46cc22

#a822cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a822cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a822cc Color CSS Codes

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

#a822cc Text Font Color

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

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


#a822cc Background Color

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

This div background color is #a822cc


#a822cc Border Color

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

This div border color is #a822cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,34,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 #a822cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a822cc


Comments

No comments written yet.

Please login to write comment.