Color Hex Logo

#a45bad Color Hex

#A45BAD
(164,91,173)
0 Favorites   0 Comments

Color spaces of #a45bad

RGB 16491173
HSL0.820.330.52
HSV293°47°68°
CMYK 0.050.470.00   0.32
XYZ26.593818.391841.6835
Yxy18.39180.30680.2122
Hunter Lab42.885735.6396-27.6080
CIE-Lab49.967942.6828-31.4839

#a45bad color RGB value is (164,91,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011011 10101101
Octal 244 133 255
Decimal 164 91 173
Hex A4 5B AD

RGB Percentages of Color #a45bad

%38.32
%21.26
%40.42

CMYK Percentages of Color #a45bad

%5
%47
%0
%32

Triadic Colors of #a45bad

#a45bad #ada45b #5bada4

Analogous Colors of #a45bad

#a45bad #ad5b8d #7b5bad

Monochromatic Colors of #a45bad

#a45bad

Complementary Color

#a45bad #64ad5b

#a45bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45bad Color CSS Codes

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

#a45bad Text Font Color

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

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


#a45bad Background Color

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

This div background color is #a45bad


#a45bad Border Color

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

This div border color is #a45bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45bad


Comments

No comments written yet.

Please login to write comment.