Color Hex Logo

#a15dad Color Hex

#A15DAD
(161,93,173)
0 Favorites   0 Comments

Color spaces of #a15dad

RGB 16193173
HSL0.810.330.52
HSV291°46°68°
CMYK 0.070.460.00   0.32
XYZ26.155118.422941.7126
Yxy18.42290.30310.2135
Hunter Lab42.921933.6583-27.5742
CIE-Lab50.005140.7144-31.4536

#a15dad color RGB value is (161,93,173).

#a15dad hex color red value is 161, green value is 93 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a15dad hue: 0.81 , saturation: 0.33 and the lightness value of a15dad is 0.52.

The process color (four color CMYK) of #a15dad color hex is 0.07, 0.46, 0.00, 0.32. Web safe color of #a15dad is #996699. Color #a15dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011101 10101101
Octal 241 135 255
Decimal 161 93 173
Hex A1 5D AD

RGB Percentages of Color #a15dad

%37.70
%21.78
%40.52

CMYK Percentages of Color #a15dad

%7
%46
%0
%32

Triadic Colors of #a15dad

#a15dad #ada15d #5dada1

Analogous Colors of #a15dad

#a15dad #ad5d91 #795dad

Monochromatic Colors of #a15dad

#a15dad

Complementary Color

#a15dad #69ad5d

#a15dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15dad Color CSS Codes

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

#a15dad Text Font Color

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

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


#a15dad Background Color

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

This div background color is #a15dad


#a15dad Border Color

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

This div border color is #a15dad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,93,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 #a15dad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15dad


Comments

No comments written yet.

Please login to write comment.