Color Hex Logo

#a822cd Color Hex

#A822CD
(168,34,205)
0 Favorites   0 Comments

Color spaces of #a822cd

RGB 16834205
HSL0.800.720.47
HSV287°83°80°
CMYK 0.180.830.00   0.20
XYZ27.739913.876758.9740
Yxy13.87670.27580.1380
Hunter Lab37.251467.7329-67.7880
CIE-Lab44.055672.7990-59.4844

#a822cd color RGB value is (168,34,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100010 11001101
Octal 250 42 315
Decimal 168 34 205
Hex A8 22 CD

RGB Percentages of Color #a822cd

%41.28
%8.35
%50.37

CMYK Percentages of Color #a822cd

%18
%83
%0
%20

Triadic Colors of #a822cd

#a822cd #cda822 #22cda8

Analogous Colors of #a822cd

#a822cd #cd229d #5322cd

Monochromatic Colors of #a822cd

#a822cd

Complementary Color

#a822cd #47cd22

#a822cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a822cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a822cd Color CSS Codes

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

#a822cd Text Font Color

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

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


#a822cd Background Color

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

This div background color is #a822cd


#a822cd Border Color

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

This div border color is #a822cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a822cd


Comments

No comments written yet.

Please login to write comment.