Color Hex Logo

#a300dc Color Hex

#A300DC
(163,0,220)
0 Favorites   0 Comments

Color spaces of #a300dc

RGB 1630220
HSL0.791.000.43
HSV284°100°86°
CMYK 0.261.000.00   0.14
XYZ28.022512.953868.7335
Yxy12.95380.25540.1181
Hunter Lab35.991475.9932-88.0334
CIE-Lab42.693679.7923-70.3708

#a300dc color RGB value is (163,0,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000000 11011100
Octal 243 0 334
Decimal 163 0 220
Hex A3 0 DC

RGB Percentages of Color #a300dc

%42.56
%0.00
%57.44

CMYK Percentages of Color #a300dc

%26
%100
%0
%14

Triadic Colors of #a300dc

#a300dc #dca300 #00dca3

Analogous Colors of #a300dc

#a300dc #dc00a7 #3500dc

Monochromatic Colors of #a300dc

#a300dc

Complementary Color

#a300dc #39dc00

#a300dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a300dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a300dc Color CSS Codes

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

#a300dc Text Font Color

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

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


#a300dc Background Color

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

This div background color is #a300dc


#a300dc Border Color

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

This div border color is #a300dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a300dc


Comments

No comments written yet.

Please login to write comment.