Color Hex Logo

#a95ecc Color Hex

#A95ECC
(169,94,204)
0 Favorites   0 Comments

Color spaces of #a95ecc

RGB 16994204
HSL0.780.520.58
HSV281°54°80°
CMYK 0.170.540.00   0.20
XYZ31.264020.800159.4938
Yxy20.80010.28020.1865
Hunter Lab45.607142.5505-45.4179
CIE-Lab52.730048.8979-45.0060

#a95ecc color RGB value is (169,94,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011110 11001100
Octal 251 136 314
Decimal 169 94 204
Hex A9 5E CC

RGB Percentages of Color #a95ecc

%36.19
%20.13
%43.68

CMYK Percentages of Color #a95ecc

%17
%54
%0
%20

Triadic Colors of #a95ecc

#a95ecc #cca95e #5ecca9

Analogous Colors of #a95ecc

#a95ecc #cc5eb8 #725ecc

Monochromatic Colors of #a95ecc

#a95ecc

Complementary Color

#a95ecc #81cc5e

#a95ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95ecc Color CSS Codes

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

#a95ecc Text Font Color

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

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


#a95ecc Background Color

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

This div background color is #a95ecc


#a95ecc Border Color

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

This div border color is #a95ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95ecc


Comments

No comments written yet.

Please login to write comment.