Color Hex Logo

#a95ecd Color Hex

#A95ECD
(169,94,205)
0 Favorites   0 Comments

Color spaces of #a95ecd

RGB 16994205
HSL0.780.530.59
HSV281°54°80°
CMYK 0.180.540.00   0.20
XYZ31.384320.848260.1276
Yxy20.84820.27930.1855
Hunter Lab45.659842.7873-46.1147
CIE-Lab52.783049.1119-45.4933

#a95ecd color RGB value is (169,94,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011110 11001101
Octal 251 136 315
Decimal 169 94 205
Hex A9 5E CD

RGB Percentages of Color #a95ecd

%36.11
%20.09
%43.80

CMYK Percentages of Color #a95ecd

%18
%54
%0
%20

Triadic Colors of #a95ecd

#a95ecd #cda95e #5ecda9

Analogous Colors of #a95ecd

#a95ecd #cd5eba #725ecd

Monochromatic Colors of #a95ecd

#a95ecd

Complementary Color

#a95ecd #82cd5e

#a95ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95ecd Color CSS Codes

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

#a95ecd Text Font Color

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

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


#a95ecd Background Color

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

This div background color is #a95ecd


#a95ecd Border Color

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

This div border color is #a95ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95ecd


Comments

No comments written yet.

Please login to write comment.