Color Hex Logo

#a313cc Color Hex

#A313CC
(163,19,204)
0 Favorites   0 Comments

Color spaces of #a313cc

RGB 16319204
HSL0.800.830.44
HSV287°91°80°
CMYK 0.200.910.00   0.20
XYZ26.236212.611958.1783
Yxy12.61190.27040.1300
Hunter Lab35.513269.7227-72.2705
CIE-Lab42.172674.8111-61.9944

#a313cc color RGB value is (163,19,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010011 11001100
Octal 243 23 314
Decimal 163 19 204
Hex A3 13 CC

RGB Percentages of Color #a313cc

%42.23
%4.92
%52.85

CMYK Percentages of Color #a313cc

%20
%91
%0
%20

Triadic Colors of #a313cc

#a313cc #cca313 #13cca3

Analogous Colors of #a313cc

#a313cc #cc1399 #4613cc

Monochromatic Colors of #a313cc

#a313cc

Complementary Color

#a313cc #3ccc13

#a313cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a313cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a313cc Color CSS Codes

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

#a313cc Text Font Color

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

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


#a313cc Background Color

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

This div background color is #a313cc


#a313cc Border Color

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

This div border color is #a313cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a313cc


Comments

No comments written yet.

Please login to write comment.