Color Hex Logo

#a5859b Color Hex

#A5859B
(165,133,155)
0 Favorites   0 Comments

Color spaces of #a5859b

RGB 165133155
HSL0.890.150.58
HSV319°19°65°
CMYK 0.000.190.06   0.35
XYZ29.821027.140934.6773
Yxy27.14090.32540.2962
Hunter Lab52.096911.0062-2.9974
CIE-Lab59.104516.0276-7.0909

#a5859b color RGB value is (165,133,155).

#a5859b hex color red value is 165, green value is 133 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #a5859b hue: 0.89 , saturation: 0.15 and the lightness value of a5859b is 0.58.

The process color (four color CMYK) of #a5859b color hex is 0.00, 0.19, 0.06, 0.35. Web safe color of #a5859b is #999999. Color #a5859b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000101 10011011
Octal 245 205 233
Decimal 165 133 155
Hex A5 85 9B

RGB Percentages of Color #a5859b

%36.42
%29.36
%34.22

CMYK Percentages of Color #a5859b

%0
%19
%6
%35

Triadic Colors of #a5859b

#a5859b #9ba585 #859ba5

Analogous Colors of #a5859b

#a5859b #a5858b #9f85a5

Monochromatic Colors of #a5859b

#a5859b

Complementary Color

#a5859b #85a58f

#a5859b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5859b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5859b Color CSS Codes

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

#a5859b Text Font Color

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

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


#a5859b Background Color

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

This div background color is #a5859b


#a5859b Border Color

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

This div border color is #a5859b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,133,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5859b


Comments

No comments written yet.

Please login to write comment.