Color Hex Logo

#a45dad Color Hex

#A45DAD
(164,93,173)
0 Favorites   0 Comments

Color spaces of #a45dad

RGB 16493173
HSL0.810.330.52
HSV293°46°68°
CMYK 0.050.460.00   0.32
XYZ26.767018.738341.7412
Yxy18.73830.30680.2148
Hunter Lab43.287834.6220-26.8703
CIE-Lab50.379641.6167-30.8410

#a45dad color RGB value is (164,93,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011101 10101101
Octal 244 135 255
Decimal 164 93 173
Hex A4 5D AD

RGB Percentages of Color #a45dad

%38.14
%21.63
%40.23

CMYK Percentages of Color #a45dad

%5
%46
%0
%32

Triadic Colors of #a45dad

#a45dad #ada45d #5dada4

Analogous Colors of #a45dad

#a45dad #ad5d8e #7c5dad

Monochromatic Colors of #a45dad

#a45dad

Complementary Color

#a45dad #66ad5d

#a45dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45dad Color CSS Codes

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

#a45dad Text Font Color

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

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


#a45dad Background Color

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

This div background color is #a45dad


#a45dad Border Color

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

This div border color is #a45dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45dad


Comments

No comments written yet.

Please login to write comment.