Color Hex Logo

#a313cd Color Hex

#A313CD
(163,19,205)
0 Favorites   0 Comments

Color spaces of #a313cd

RGB 16319205
HSL0.800.830.44
HSV286°91°80°
CMYK 0.200.910.00   0.20
XYZ26.356612.660158.8121
Yxy12.66010.26940.1294
Hunter Lab35.581069.9568-73.0941
CIE-Lab42.246674.9893-62.4540

#a313cd color RGB value is (163,19,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010011 11001101
Octal 243 23 315
Decimal 163 19 205
Hex A3 13 CD

RGB Percentages of Color #a313cd

%42.12
%4.91
%52.97

CMYK Percentages of Color #a313cd

%20
%91
%0
%20

Triadic Colors of #a313cd

#a313cd #cda313 #13cda3

Analogous Colors of #a313cd

#a313cd #cd139a #4613cd

Monochromatic Colors of #a313cd

#a313cd

Complementary Color

#a313cd #3dcd13

#a313cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a313cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a313cd Color CSS Codes

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

#a313cd Text Font Color

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

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


#a313cd Background Color

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

This div background color is #a313cd


#a313cd Border Color

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

This div border color is #a313cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a313cd


Comments

No comments written yet.

Please login to write comment.