Color Hex Logo

#a59cbc Color Hex

#A59CBC
(165,156,188)
0 Favorites   0 Comments

Color spaces of #a59cbc

RGB 165156188
HSL0.710.190.67
HSV257°17°74°
CMYK 0.120.170.00   0.26
XYZ36.482635.407152.4884
Yxy35.40710.29330.2847
Hunter Lab59.50395.3089-10.6470
CIE-Lab66.06449.6470-15.3283

#a59cbc color RGB value is (165,156,188).

#a59cbc hex color red value is 165, green value is 156 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a59cbc hue: 0.71 , saturation: 0.19 and the lightness value of a59cbc is 0.67.

The process color (four color CMYK) of #a59cbc color hex is 0.12, 0.17, 0.00, 0.26. Web safe color of #a59cbc is #9999cc. Color #a59cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011100 10111100
Octal 245 234 274
Decimal 165 156 188
Hex A5 9C BC

RGB Percentages of Color #a59cbc

%32.42
%30.65
%36.94

CMYK Percentages of Color #a59cbc

%12
%17
%0
%26

Triadic Colors of #a59cbc

#a59cbc #bca59c #9cbca5

Analogous Colors of #a59cbc

#a59cbc #b59cbc #9ca3bc

Monochromatic Colors of #a59cbc

#a59cbc

Complementary Color

#a59cbc #b3bc9c

#a59cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a59cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a59cbc Color CSS Codes

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

#a59cbc Text Font Color

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

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


#a59cbc Background Color

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

This div background color is #a59cbc


#a59cbc Border Color

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

This div border color is #a59cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a59cbc


Comments

No comments written yet.

Please login to write comment.