Color Hex Logo

#a319cb Color Hex

#A319CB
(163,25,203)
0 Favorites   0 Comments

Color spaces of #a319cb

RGB 16325203
HSL0.800.780.45
HSV287°88°80°
CMYK 0.200.880.00   0.20
XYZ26.231412.793657.5868
Yxy12.79360.27150.1324
Hunter Lab35.768168.3129-70.4194
CIE-Lab42.450673.5928-60.9632

#a319cb color RGB value is (163,25,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011001 11001011
Octal 243 31 313
Decimal 163 25 203
Hex A3 19 CB

RGB Percentages of Color #a319cb

%41.69
%6.39
%51.92

CMYK Percentages of Color #a319cb

%20
%88
%0
%20

Triadic Colors of #a319cb

#a319cb #cba319 #19cba3

Analogous Colors of #a319cb

#a319cb #cb199a #4a19cb

Monochromatic Colors of #a319cb

#a319cb

Complementary Color

#a319cb #41cb19

#a319cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a319cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a319cb Color CSS Codes

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

#a319cb Text Font Color

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

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


#a319cb Background Color

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

This div background color is #a319cb


#a319cb Border Color

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

This div border color is #a319cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a319cb


Comments

No comments written yet.

Please login to write comment.