Color Hex Logo

#a95cde Color Hex

#A95CDE
(169,92,222)
0 Favorites   0 Comments

Color spaces of #a95cde

RGB 16992222
HSL0.770.660.62
HSV276°59°87°
CMYK 0.240.590.00   0.13
XYZ33.374121.363271.4717
Yxy21.36320.26440.1693
Hunter Lab46.220348.0030-59.3274
CIE-Lab53.344753.8449-54.2554

#a95cde color RGB value is (169,92,222).

#a95cde hex color red value is 169, green value is 92 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a95cde hue: 0.77 , saturation: 0.66 and the lightness value of a95cde is 0.62.

The process color (four color CMYK) of #a95cde color hex is 0.24, 0.59, 0.00, 0.13. Web safe color of #a95cde is #9966cc. Color #a95cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011100 11011110
Octal 251 134 336
Decimal 169 92 222
Hex A9 5C DE

RGB Percentages of Color #a95cde

%34.99
%19.05
%45.96

CMYK Percentages of Color #a95cde

%24
%59
%0
%13

Triadic Colors of #a95cde

#a95cde #dea95c #5cdea9

Analogous Colors of #a95cde

#a95cde #de5cd2 #685cde

Monochromatic Colors of #a95cde

#a95cde

Complementary Color

#a95cde #91de5c

#a95cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95cde Color CSS Codes

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

#a95cde Text Font Color

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

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


#a95cde Background Color

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

This div background color is #a95cde


#a95cde Border Color

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

This div border color is #a95cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95cde


Comments

No comments written yet.

Please login to write comment.