Color Hex Logo

#a822c7 Color Hex

#A822C7
(168,34,199)
0 Favorites   0 Comments

Color spaces of #a822c7

RGB 16834199
HSL0.800.710.46
HSV289°83°78°
CMYK 0.160.830.00   0.22
XYZ27.029313.592455.2318
Yxy13.59240.28200.1418
Hunter Lab36.867966.3467-63.0149
CIE-Lab43.642671.7225-56.6724

#a822c7 color RGB value is (168,34,199).

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

The process color (four color CMYK) of #a822c7 color hex is 0.16, 0.83, 0.00, 0.22. Web safe color of #a822c7 is #9933cc. Color #a822c7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100010 11000111
Octal 250 42 307
Decimal 168 34 199
Hex A8 22 C7

RGB Percentages of Color #a822c7

%41.90
%8.48
%49.63

CMYK Percentages of Color #a822c7

%16
%83
%0
%22

Triadic Colors of #a822c7

#a822c7 #c7a822 #22c7a8

Analogous Colors of #a822c7

#a822c7 #c72294 #5522c7

Monochromatic Colors of #a822c7

#a822c7

Complementary Color

#a822c7 #41c722

#a822c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a822c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a822c7 Color CSS Codes

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

#a822c7 Text Font Color

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

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


#a822c7 Background Color

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

This div background color is #a822c7


#a822c7 Border Color

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

This div border color is #a822c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a822c7


Comments

No comments written yet.

Please login to write comment.