Color Hex Logo

#a516dc Color Hex

#A516DC
(165,22,220)
0 Favorites   0 Comments

Color spaces of #a516dc

RGB 16522220
HSL0.790.820.47
HSV283°90°86°
CMYK 0.250.900.00   0.14
XYZ28.722213.740568.8485
Yxy13.74050.25800.1234
Hunter Lab37.068273.4410-84.1744
CIE-Lab43.858577.5182-68.4580

#a516dc color RGB value is (165,22,220).

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

The process color (four color CMYK) of #a516dc color hex is 0.25, 0.90, 0.00, 0.14. Web safe color of #a516dc is #9900cc. Color #a516dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010110 11011100
Octal 245 26 334
Decimal 165 22 220
Hex A5 16 DC

RGB Percentages of Color #a516dc

%40.54
%5.41
%54.05

CMYK Percentages of Color #a516dc

%25
%90
%0
%14

Triadic Colors of #a516dc

#a516dc #dca516 #16dca5

Analogous Colors of #a516dc

#a516dc #dc16b0 #4216dc

Monochromatic Colors of #a516dc

#a516dc

Complementary Color

#a516dc #4ddc16

#a516dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a516dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a516dc Color CSS Codes

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

#a516dc Text Font Color

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

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


#a516dc Background Color

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

This div background color is #a516dc


#a516dc Border Color

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

This div border color is #a516dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a516dc


Comments

No comments written yet.

Please login to write comment.