Color Hex Logo

#a55fad Color Hex

#A55FAD
(165,95,173)
0 Favorites   0 Comments

Color spaces of #a55fad

RGB 16595173
HSL0.820.320.53
HSV294°45°68°
CMYK 0.050.450.00   0.32
XYZ27.152119.200941.8102
Yxy19.20090.30800.2178
Hunter Lab43.818833.9236-25.8990
CIE-Lab50.921440.8455-29.9869

#a55fad color RGB value is (165,95,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011111 10101101
Octal 245 137 255
Decimal 165 95 173
Hex A5 5F AD

RGB Percentages of Color #a55fad

%38.11
%21.94
%39.95

CMYK Percentages of Color #a55fad

%5
%45
%0
%32

Triadic Colors of #a55fad

#a55fad #ada55f #5fada5

Analogous Colors of #a55fad

#a55fad #ad5f8e #7e5fad

Monochromatic Colors of #a55fad

#a55fad

Complementary Color

#a55fad #67ad5f

#a55fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55fad Color CSS Codes

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

#a55fad Text Font Color

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

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


#a55fad Background Color

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

This div background color is #a55fad


#a55fad Border Color

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

This div border color is #a55fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55fad


Comments

No comments written yet.

Please login to write comment.