Color Hex Logo

#a45fad Color Hex

#A45FAD
(164,95,173)
0 Favorites   0 Comments

Color spaces of #a45fad

RGB 16495173
HSL0.810.320.53
HSV293°45°68°
CMYK 0.050.450.00   0.32
XYZ26.944919.094141.8005
Yxy19.09410.30680.2174
Hunter Lab43.696833.5997-26.1293
CIE-Lab50.797140.5416-30.1900

#a45fad color RGB value is (164,95,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011111 10101101
Octal 244 137 255
Decimal 164 95 173
Hex A4 5F AD

RGB Percentages of Color #a45fad

%37.96
%21.99
%40.05

CMYK Percentages of Color #a45fad

%5
%45
%0
%32

Triadic Colors of #a45fad

#a45fad #ada45f #5fada4

Analogous Colors of #a45fad

#a45fad #ad5f8f #7d5fad

Monochromatic Colors of #a45fad

#a45fad

Complementary Color

#a45fad #68ad5f

#a45fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45fad Color CSS Codes

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

#a45fad Text Font Color

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

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


#a45fad Background Color

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

This div background color is #a45fad


#a45fad Border Color

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

This div border color is #a45fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45fad


Comments

No comments written yet.

Please login to write comment.