Color Hex Logo

#a516ba Color Hex

#A516BA
(165,22,186)
0 Favorites   0 Comments

Color spaces of #a516ba

RGB 16522186
HSL0.810.790.41
HSV292°88°73°
CMYK 0.110.880.00   0.27
XYZ24.666912.118347.4934
Yxy12.11830.29270.1438
Hunter Lab34.811365.5631-56.5219
CIE-Lab41.403571.5010-52.7059

#a516ba color RGB value is (165,22,186).

#a516ba hex color red value is 165, green value is 22 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a516ba hue: 0.81 , saturation: 0.79 and the lightness value of a516ba is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010110 10111010
Octal 245 26 272
Decimal 165 22 186
Hex A5 16 BA

RGB Percentages of Color #a516ba

%44.24
%5.90
%49.87

CMYK Percentages of Color #a516ba

%11
%88
%0
%27

Triadic Colors of #a516ba

#a516ba #baa516 #16baa5

Analogous Colors of #a516ba

#a516ba #ba167d #5316ba

Monochromatic Colors of #a516ba

#a516ba

Complementary Color

#a516ba #2bba16

#a516ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a516ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a516ba Color CSS Codes

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

#a516ba Text Font Color

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

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


#a516ba Background Color

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

This div background color is #a516ba


#a516ba Border Color

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

This div border color is #a516ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a516ba


Comments

No comments written yet.

Please login to write comment.