Color Hex Logo

#a313ce Color Hex

#A313CE
(163,19,206)
0 Favorites   0 Comments

Color spaces of #a313ce

RGB 16319206
HSL0.800.830.44
HSV286°91°81°
CMYK 0.210.910.00   0.19
XYZ26.477712.708559.4500
Yxy12.70850.26840.1288
Hunter Lab35.649070.1922-73.9206
CIE-Lab42.320775.1684-62.9130

#a313ce color RGB value is (163,19,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010011 11001110
Octal 243 23 316
Decimal 163 19 206
Hex A3 13 CE

RGB Percentages of Color #a313ce

%42.01
%4.90
%53.09

CMYK Percentages of Color #a313ce

%21
%91
%0
%19

Triadic Colors of #a313ce

#a313ce #cea313 #13cea3

Analogous Colors of #a313ce

#a313ce #ce139c #4513ce

Monochromatic Colors of #a313ce

#a313ce

Complementary Color

#a313ce #3ece13

#a313ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a313ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a313ce Color CSS Codes

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

#a313ce Text Font Color

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

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


#a313ce Background Color

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

This div background color is #a313ce


#a313ce Border Color

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

This div border color is #a313ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a313ce


Comments

No comments written yet.

Please login to write comment.