Color Hex Logo

#a319ce Color Hex

#A319CE
(163,25,206)
0 Favorites   0 Comments

Color spaces of #a319ce

RGB 16325206
HSL0.790.780.45
HSV286°88°81°
CMYK 0.210.880.00   0.19
XYZ26.592512.938059.4882
Yxy12.93800.26860.1307
Hunter Lab35.969469.0200-72.8784
CIE-Lab42.669774.1354-62.3463

#a319ce color RGB value is (163,25,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011001 11001110
Octal 243 31 316
Decimal 163 25 206
Hex A3 19 CE

RGB Percentages of Color #a319ce

%41.37
%6.35
%52.28

CMYK Percentages of Color #a319ce

%21
%88
%0
%19

Triadic Colors of #a319ce

#a319ce #cea319 #19cea3

Analogous Colors of #a319ce

#a319ce #ce199f #4919ce

Monochromatic Colors of #a319ce

#a319ce

Complementary Color

#a319ce #44ce19

#a319ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a319ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a319ce Color CSS Codes

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

#a319ce Text Font Color

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

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


#a319ce Background Color

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

This div background color is #a319ce


#a319ce Border Color

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

This div border color is #a319ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a319ce


Comments

No comments written yet.

Please login to write comment.