Color Hex Logo

#a519cb Color Hex

#A519CB
(165,25,203)
0 Favorites   0 Comments

Color spaces of #a519cb

RGB 16525203
HSL0.800.780.45
HSV287°88°80°
CMYK 0.190.880.00   0.20
XYZ26.644213.006457.6061
Yxy13.00640.27400.1337
Hunter Lab36.064468.7623-69.4596
CIE-Lab42.772973.9023-60.4256

#a519cb color RGB value is (165,25,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011001 11001011
Octal 245 31 313
Decimal 165 25 203
Hex A5 19 CB

RGB Percentages of Color #a519cb

%41.98
%6.36
%51.65

CMYK Percentages of Color #a519cb

%19
%88
%0
%20

Triadic Colors of #a519cb

#a519cb #cba519 #19cba5

Analogous Colors of #a519cb

#a519cb #cb1998 #4c19cb

Monochromatic Colors of #a519cb

#a519cb

Complementary Color

#a519cb #3fcb19

#a519cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a519cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a519cb Color CSS Codes

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

#a519cb Text Font Color

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

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


#a519cb Background Color

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

This div background color is #a519cb


#a519cb Border Color

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

This div border color is #a519cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a519cb


Comments

No comments written yet.

Please login to write comment.