Color Hex Logo

#a5869c Color Hex

#A5869C
(165,134,156)
1 Favorites   0 Comments

Color spaces of #a5869c

RGB 165134156
HSL0.880.150.59
HSV317°19°65°
CMYK 0.000.190.05   0.35
XYZ30.042927.449835.1674
Yxy27.44980.32420.2962
Hunter Lab52.392610.6684-3.1224
CIE-Lab59.388415.6448-7.2419

#a5869c color RGB value is (165,134,156).

#a5869c hex color red value is 165, green value is 134 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #a5869c hue: 0.88 , saturation: 0.15 and the lightness value of a5869c is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10000110 10011100
Octal 245 206 234
Decimal 165 134 156
Hex A5 86 9C

RGB Percentages of Color #a5869c

%36.26
%29.45
%34.29

CMYK Percentages of Color #a5869c

%0
%19
%5
%35

Triadic Colors of #a5869c

#a5869c #9ca586 #869ca5

Analogous Colors of #a5869c

#a5869c #a5868d #9f86a5

Monochromatic Colors of #a5869c

#a5869c

Complementary Color

#a5869c #86a58f

#a5869c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5869c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5869c Color CSS Codes

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

#a5869c Text Font Color

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

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


#a5869c Background Color

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

This div background color is #a5869c


#a5869c Border Color

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

This div border color is #a5869c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5869c


Comments

No comments written yet.

Please login to write comment.