Color Hex Logo

#a519bd Color Hex

#A519BD
(165,25,189)
0 Favorites   0 Comments

Color spaces of #a519bd

RGB 16525189
HSL0.810.770.42
HSV291°87°74°
CMYK 0.130.870.00   0.26
XYZ25.050012.368749.2112
Yxy12.36870.28920.1428
Hunter Lab35.169265.5945-58.3444
CIE-Lab41.796271.4510-53.8359

#a519bd color RGB value is (165,25,189).

#a519bd hex color red value is 165, green value is 25 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a519bd hue: 0.81 , saturation: 0.77 and the lightness value of a519bd is 0.42.

The process color (four color CMYK) of #a519bd color hex is 0.13, 0.87, 0.00, 0.26. Web safe color of #a519bd is #9900cc. Color #a519bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011001 10111101
Octal 245 31 275
Decimal 165 25 189
Hex A5 19 BD

RGB Percentages of Color #a519bd

%43.54
%6.60
%49.87

CMYK Percentages of Color #a519bd

%13
%87
%0
%26

Triadic Colors of #a519bd

#a519bd #bda519 #19bda5

Analogous Colors of #a519bd

#a519bd #bd1983 #5319bd

Monochromatic Colors of #a519bd

#a519bd

Complementary Color

#a519bd #31bd19

#a519bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a519bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a519bd Color CSS Codes

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

#a519bd Text Font Color

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

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


#a519bd Background Color

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

This div background color is #a519bd


#a519bd Border Color

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

This div border color is #a519bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a519bd


Comments

No comments written yet.

Please login to write comment.