Color Hex Logo

#a310cd Color Hex

#A310CD
(163,16,205)
0 Favorites   0 Comments

Color spaces of #a310cd

RGB 16316205
HSL0.800.860.43
HSV287°92°80°
CMYK 0.200.920.00   0.20
XYZ26.309012.564958.7962
Yxy12.56490.26940.1286
Hunter Lab35.447070.4516-73.5319
CIE-Lab42.100275.4238-62.6917

#a310cd color RGB value is (163,16,205).

#a310cd hex color red value is 163, green value is 16 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a310cd hue: 0.80 , saturation: 0.86 and the lightness value of a310cd is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010000 11001101
Octal 243 20 315
Decimal 163 16 205
Hex A3 10 CD

RGB Percentages of Color #a310cd

%42.45
%4.17
%53.39

CMYK Percentages of Color #a310cd

%20
%92
%0
%20

Triadic Colors of #a310cd

#a310cd #cda310 #10cda3

Analogous Colors of #a310cd

#a310cd #cd1099 #4510cd

Monochromatic Colors of #a310cd

#a310cd

Complementary Color

#a310cd #3acd10

#a310cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a310cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a310cd Color CSS Codes

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

#a310cd Text Font Color

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

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


#a310cd Background Color

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

This div background color is #a310cd


#a310cd Border Color

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

This div border color is #a310cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a310cd


Comments

No comments written yet.

Please login to write comment.