Color Hex Logo

#a511ad Color Hex

#A511AD
(165,17,173)
0 Favorites   0 Comments

Color spaces of #a511ad

RGB 16517173
HSL0.820.820.37
HSV297°90°68°
CMYK 0.050.900.00   0.32
XYZ23.260311.417440.5130
Yxy11.41740.30940.1518
Hunter Lab33.789663.7449-47.4346
CIE-Lab40.274870.1851-46.8240

#a511ad color RGB value is (165,17,173).

#a511ad hex color red value is 165, green value is 17 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a511ad hue: 0.82 , saturation: 0.82 and the lightness value of a511ad is 0.37.

The process color (four color CMYK) of #a511ad color hex is 0.05, 0.90, 0.00, 0.32. Web safe color of #a511ad is #990099. Color #a511ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010001 10101101
Octal 245 21 255
Decimal 165 17 173
Hex A5 11 AD

RGB Percentages of Color #a511ad

%46.48
%4.79
%48.73

CMYK Percentages of Color #a511ad

%5
%90
%0
%32

Triadic Colors of #a511ad

#a511ad #ada511 #11ada5

Analogous Colors of #a511ad

#a511ad #ad1167 #5711ad

Monochromatic Colors of #a511ad

#a511ad

Complementary Color

#a511ad #19ad11

#a511ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a511ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a511ad Color CSS Codes

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

#a511ad Text Font Color

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

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


#a511ad Background Color

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

This div background color is #a511ad


#a511ad Border Color

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

This div border color is #a511ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a511ad


Comments

No comments written yet.

Please login to write comment.