Color Hex Logo

#a45fab Color Hex

#A45FAB
(164,95,171)
0 Favorites   0 Comments

Color spaces of #a45fab

RGB 16495171
HSL0.820.310.52
HSV294°44°67°
CMYK 0.040.440.00   0.33
XYZ26.752719.017240.7887
Yxy19.01720.30910.2197
Hunter Lab43.608733.1894-24.9298
CIE-Lab50.707340.1458-29.1624

#a45fab color RGB value is (164,95,171).

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

The process color (four color CMYK) of #a45fab color hex is 0.04, 0.44, 0.00, 0.33. Web safe color of #a45fab is #996699. Color #a45fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011111 10101011
Octal 244 137 253
Decimal 164 95 171
Hex A4 5F AB

RGB Percentages of Color #a45fab

%38.14
%22.09
%39.77

CMYK Percentages of Color #a45fab

%4
%44
%0
%33

Triadic Colors of #a45fab

#a45fab #aba45f #5faba4

Analogous Colors of #a45fab

#a45fab #ab5f8c #7e5fab

Monochromatic Colors of #a45fab

#a45fab

Complementary Color

#a45fab #66ab5f

#a45fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45fab Color CSS Codes

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

#a45fab Text Font Color

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

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


#a45fab Background Color

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

This div background color is #a45fab


#a45fab Border Color

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

This div border color is #a45fab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,95,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a45fab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45fab


Comments

No comments written yet.

Please login to write comment.