Color Hex Logo

#a95ccc Color Hex

#A95CCC
(169,92,204)
0 Favorites   0 Comments

Color spaces of #a95ccc

RGB 16992204
HSL0.780.520.58
HSV281°55°80°
CMYK 0.170.550.00   0.20
XYZ31.088420.448959.4352
Yxy20.44890.28010.1843
Hunter Lab45.220543.5803-46.2731
CIE-Lab52.341049.9273-45.6231

#a95ccc color RGB value is (169,92,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011100 11001100
Octal 251 134 314
Decimal 169 92 204
Hex A9 5C CC

RGB Percentages of Color #a95ccc

%36.34
%19.78
%43.87

CMYK Percentages of Color #a95ccc

%17
%55
%0
%20

Triadic Colors of #a95ccc

#a95ccc #cca95c #5ccca9

Analogous Colors of #a95ccc

#a95ccc #cc5cb7 #715ccc

Monochromatic Colors of #a95ccc

#a95ccc

Complementary Color

#a95ccc #7fcc5c

#a95ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95ccc Color CSS Codes

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

#a95ccc Text Font Color

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

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


#a95ccc Background Color

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

This div background color is #a95ccc


#a95ccc Border Color

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

This div border color is #a95ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95ccc


Comments

No comments written yet.

Please login to write comment.