Color Hex Logo

#a58fab Color Hex

#A58FAB
(165,143,171)
0 Favorites   0 Comments

Color spaces of #a58fab

RGB 165143171
HSL0.800.140.62
HSV287°16°67°
CMYK 0.040.160.00   0.33
XYZ32.690230.584542.7085
Yxy30.58450.30840.2886
Hunter Lab55.30338.7321-7.0750
CIE-Lab62.155313.4422-11.6518

#a58fab color RGB value is (165,143,171).

#a58fab hex color red value is 165, green value is 143 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a58fab hue: 0.80 , saturation: 0.14 and the lightness value of a58fab is 0.62.

The process color (four color CMYK) of #a58fab color hex is 0.04, 0.16, 0.00, 0.33. Web safe color of #a58fab is #999999. Color #a58fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001111 10101011
Octal 245 217 253
Decimal 165 143 171
Hex A5 8F AB

RGB Percentages of Color #a58fab

%34.45
%29.85
%35.70

CMYK Percentages of Color #a58fab

%4
%16
%0
%33

Triadic Colors of #a58fab

#a58fab #aba58f #8faba5

Analogous Colors of #a58fab

#a58fab #ab8fa3 #978fab

Monochromatic Colors of #a58fab

#a58fab

Complementary Color

#a58fab #95ab8f

#a58fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58fab Color CSS Codes

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

#a58fab Text Font Color

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

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


#a58fab Background Color

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

This div background color is #a58fab


#a58fab Border Color

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

This div border color is #a58fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58fab


Comments

No comments written yet.

Please login to write comment.