Color Hex Logo

#a900dc Color Hex

#A900DC
(169,0,220)
0 Favorites   0 Comments

Color spaces of #a900dc

RGB 1690220
HSL0.791.000.43
HSV286°100°86°
CMYK 0.231.000.00   0.14
XYZ29.280513.602368.7924
Yxy13.60230.26220.1218
Hunter Lab36.881377.1710-84.7731
CIE-Lab43.657180.5462-68.7585

#a900dc color RGB value is (169,0,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00000000 11011100
Octal 251 0 334
Decimal 169 0 220
Hex A9 0 DC

RGB Percentages of Color #a900dc

%43.44
%0.00
%56.56

CMYK Percentages of Color #a900dc

%23
%100
%0
%14

Triadic Colors of #a900dc

#a900dc #dca900 #00dca9

Analogous Colors of #a900dc

#a900dc #dc00a1 #3b00dc

Monochromatic Colors of #a900dc

#a900dc

Complementary Color

#a900dc #33dc00

#a900dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a900dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a900dc Color CSS Codes

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

#a900dc Text Font Color

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

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


#a900dc Background Color

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

This div background color is #a900dc


#a900dc Border Color

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

This div border color is #a900dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a900dc


Comments

No comments written yet.

Please login to write comment.