Color Hex Logo

#a301cc Color Hex

#A301CC
(163,1,204)
0 Favorites   0 Comments

Color spaces of #a301cc

RGB 1631204
HSL0.800.990.40
HSV288°100°80°
CMYK 0.201.000.00   0.20
XYZ26.014212.167958.1043
Yxy12.16790.27020.1264
Hunter Lab34.882572.0749-74.3424
CIE-Lab41.481776.8679-63.1167

#a301cc color RGB value is (163,1,204).

#a301cc hex color red value is 163, green value is 1 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a301cc hue: 0.80 , saturation: 0.99 and the lightness value of a301cc is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000001 11001100
Octal 243 1 314
Decimal 163 1 204
Hex A3 1 CC

RGB Percentages of Color #a301cc

%44.29
%0.27
%55.43

CMYK Percentages of Color #a301cc

%20
%100
%0
%20

Triadic Colors of #a301cc

#a301cc #cca301 #01cca3

Analogous Colors of #a301cc

#a301cc #cc0190 #3d01cc

Monochromatic Colors of #a301cc

#a301cc

Complementary Color

#a301cc #2acc01

#a301cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a301cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a301cc Color CSS Codes

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

#a301cc Text Font Color

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

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


#a301cc Background Color

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

This div background color is #a301cc


#a301cc Border Color

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

This div border color is #a301cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,1,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a301cc


Comments

No comments written yet.

Please login to write comment.