Color Hex Logo

#a200dc Color Hex

#A200DC
(162,0,220)
0 Favorites   0 Comments

Color spaces of #a200dc

RGB 1620220
HSL0.791.000.43
HSV284°100°86°
CMYK 0.261.000.00   0.14
XYZ27.818612.848768.7240
Yxy12.84870.25430.1175
Hunter Lab35.845175.8011-88.5822
CIE-Lab42.534479.6693-70.6374

#a200dc color RGB value is (162,0,220).

#a200dc hex color red value is 162, green value is 0 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a200dc hue: 0.79 , saturation: 1.00 and the lightness value of a200dc is 0.43.

The process color (four color CMYK) of #a200dc color hex is 0.26, 1.00, 0.00, 0.14. Web safe color of #a200dc is #9900cc. Color #a200dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00000000 11011100
Octal 242 0 334
Decimal 162 0 220
Hex A2 0 DC

RGB Percentages of Color #a200dc

%42.41
%0.00
%57.59

CMYK Percentages of Color #a200dc

%26
%100
%0
%14

Triadic Colors of #a200dc

#a200dc #dca200 #00dca2

Analogous Colors of #a200dc

#a200dc #dc00a8 #3400dc

Monochromatic Colors of #a200dc

#a200dc

Complementary Color

#a200dc #3adc00

#a200dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a200dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a200dc Color CSS Codes

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

#a200dc Text Font Color

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

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


#a200dc Background Color

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

This div background color is #a200dc


#a200dc Border Color

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

This div border color is #a200dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,0,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a200dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a200dc;
  -webkit-box-shadow: 1px 1px 3px 2px #a200dc;
  box-shadow:         1px 1px 3px 2px #a200dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,0,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a200dc


Comments

No comments written yet.

Please login to write comment.