Color Hex Logo

#a95bbd Color Hex

#A95BBD
(169,91,189)
0 Favorites   0 Comments

Color spaces of #a95bbd

RGB 16991189
HSL0.800.430.55
HSV288°52°74°
CMYK 0.110.520.00   0.26
XYZ29.288619.591350.3819
Yxy19.59130.29510.1974
Hunter Lab44.262140.6564-36.5042
CIE-Lab51.371947.3237-38.5336

#a95bbd color RGB value is (169,91,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011011 10111101
Octal 251 133 275
Decimal 169 91 189
Hex A9 5B BD

RGB Percentages of Color #a95bbd

%37.64
%20.27
%42.09

CMYK Percentages of Color #a95bbd

%11
%52
%0
%26

Triadic Colors of #a95bbd

#a95bbd #bda95b #5bbda9

Analogous Colors of #a95bbd

#a95bbd #bd5ba0 #785bbd

Monochromatic Colors of #a95bbd

#a95bbd

Complementary Color

#a95bbd #6fbd5b

#a95bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95bbd Color CSS Codes

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

#a95bbd Text Font Color

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

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


#a95bbd Background Color

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

This div background color is #a95bbd


#a95bbd Border Color

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

This div border color is #a95bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95bbd


Comments

No comments written yet.

Please login to write comment.