color codes Logo

#a317cc color codes

#A317CC
(163,23,204)
0 Favorites   0 Comments

Color spaces of #a317cc

RGB 16323204
HSL0.800.800.45
HSV286°89°80°
CMYK 0.200.890.00   0.20
XYZ26.309712.759058.2028
Yxy12.75900.27050.1312
Hunter Lab35.719768.9662-71.6051
CIE-Lab42.397974.1437-61.6288

#a317cc color RGB value is (163,23,204).

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

The process color (four color CMYK) of #a317cc color code is 0.20, 0.89, 0.00, 0.20. Web safe color of #a317cc is #9900cc. Color #a317cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010111 11001100
Octal 243 27 314
Decimal 163 23 204
Hex A3 17 CC

RGB Percentages of Color #a317cc

%41.79
%5.90
%52.31

CMYK Percentages of Color #a317cc

%20
%89
%0
%20

Triadic Colors of #a317cc

#a317cc #cca317 #17cca3

Analogous Colors of #a317cc

#a317cc #cc179b #4917cc

Monochromatic Colors of #a317cc

#a317cc

Complementary Color

#a317cc #40cc17

#a317cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a317cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a317cc Color CSS Codes

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

#a317cc Text Font Color

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

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


#a317cc Background Color

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

This div background color is #a317cc


#a317cc Border Color

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

This div border color is #a317cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a317cc


Comments

No comments written yet.

Please login to write comment.