Color Hex Logo

#a95bcc Color Hex

#A95BCC
(169,91,204)
0 Favorites   0 Comments

Color spaces of #a95bcc

RGB 16991204
HSL0.780.530.58
HSV281°55°80°
CMYK 0.170.550.00   0.20
XYZ31.002420.276859.4066
Yxy20.27680.28010.1832
Hunter Lab45.029844.0928-46.6989
CIE-Lab52.148750.4381-45.9283

#a95bcc color RGB value is (169,91,204).

#a95bcc hex color red value is 169, green value is 91 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a95bcc hue: 0.78 , saturation: 0.53 and the lightness value of a95bcc is 0.58.

The process color (four color CMYK) of #a95bcc color hex is 0.17, 0.55, 0.00, 0.20. Web safe color of #a95bcc is #9966cc. Color #a95bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011011 11001100
Octal 251 133 314
Decimal 169 91 204
Hex A9 5B CC

RGB Percentages of Color #a95bcc

%36.42
%19.61
%43.97

CMYK Percentages of Color #a95bcc

%17
%55
%0
%20

Triadic Colors of #a95bcc

#a95bcc #cca95b #5bcca9

Analogous Colors of #a95bcc

#a95bcc #cc5bb7 #715bcc

Monochromatic Colors of #a95bcc

#a95bcc

Complementary Color

#a95bcc #7ecc5b

#a95bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95bcc Color CSS Codes

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

#a95bcc Text Font Color

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

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


#a95bcc Background Color

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

This div background color is #a95bcc


#a95bcc Border Color

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

This div border color is #a95bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95bcc


Comments

No comments written yet.

Please login to write comment.