Color Hex Logo

#a95cbd Color Hex

#A95CBD
(169,92,189)
0 Favorites   0 Comments

Color spaces of #a95cbd

RGB 16992189
HSL0.800.420.55
HSV288°51°74°
CMYK 0.110.510.00   0.26
XYZ29.374619.763450.4106
Yxy19.76340.29510.1985
Hunter Lab44.456040.1469-36.1122
CIE-Lab51.568646.8060-38.2238

#a95cbd color RGB value is (169,92,189).

#a95cbd hex color red value is 169, green value is 92 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a95cbd hue: 0.80 , saturation: 0.42 and the lightness value of a95cbd is 0.55.

The process color (four color CMYK) of #a95cbd color hex is 0.11, 0.51, 0.00, 0.26. Web safe color of #a95cbd is #9966cc. Color #a95cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011100 10111101
Octal 251 134 275
Decimal 169 92 189
Hex A9 5C BD

RGB Percentages of Color #a95cbd

%37.56
%20.44
%42.00

CMYK Percentages of Color #a95cbd

%11
%51
%0
%26

Triadic Colors of #a95cbd

#a95cbd #bda95c #5cbda9

Analogous Colors of #a95cbd

#a95cbd #bd5ca1 #795cbd

Monochromatic Colors of #a95cbd

#a95cbd

Complementary Color

#a95cbd #70bd5c

#a95cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95cbd Color CSS Codes

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

#a95cbd Text Font Color

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

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


#a95cbd Background Color

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

This div background color is #a95cbd


#a95cbd Border Color

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

This div border color is #a95cbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,92,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a95cbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a95cbd;
  -webkit-box-shadow: 1px 1px 3px 2px #a95cbd;
  box-shadow:         1px 1px 3px 2px #a95cbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,92,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95cbd


Comments

No comments written yet.

Please login to write comment.