Color Hex Logo

#a519bc Color Hex

#A519BC
(165,25,188)
0 Favorites   0 Comments

Color spaces of #a519bc

RGB 16525188
HSL0.810.770.42
HSV292°87°74°
CMYK 0.120.870.00   0.26
XYZ24.941812.325448.6414
Yxy12.32540.29030.1435
Hunter Lab35.107565.3753-57.5708
CIE-Lab41.728771.2799-53.3576

#a519bc color RGB value is (165,25,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011001 10111100
Octal 245 31 274
Decimal 165 25 188
Hex A5 19 BC

RGB Percentages of Color #a519bc

%43.65
%6.61
%49.74

CMYK Percentages of Color #a519bc

%12
%87
%0
%26

Triadic Colors of #a519bc

#a519bc #bca519 #19bca5

Analogous Colors of #a519bc

#a519bc #bc1982 #5319bc

Monochromatic Colors of #a519bc

#a519bc

Complementary Color

#a519bc #30bc19

#a519bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a519bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a519bc Color CSS Codes

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

#a519bc Text Font Color

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

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


#a519bc Background Color

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

This div background color is #a519bc


#a519bc Border Color

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

This div border color is #a519bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a519bc


Comments

No comments written yet.

Please login to write comment.