Color Hex Logo

#a95adf Color Hex

#A95ADF
(169,90,223)
0 Favorites   0 Comments

Color spaces of #a95adf

RGB 16990223
HSL0.770.680.61
HSV276°60°87°
CMYK 0.240.600.00   0.13
XYZ33.337621.075172.1228
Yxy21.07510.26350.1666
Hunter Lab45.907649.2863-61.0117
CIE-Lab53.031655.0660-55.3215

#a95adf color RGB value is (169,90,223).

#a95adf hex color red value is 169, green value is 90 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a95adf hue: 0.77 , saturation: 0.68 and the lightness value of a95adf is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011010 11011111
Octal 251 132 337
Decimal 169 90 223
Hex A9 5A DF

RGB Percentages of Color #a95adf

%35.06
%18.67
%46.27

CMYK Percentages of Color #a95adf

%24
%60
%0
%13

Triadic Colors of #a95adf

#a95adf #dfa95a #5adfa9

Analogous Colors of #a95adf

#a95adf #df5ad3 #675adf

Monochromatic Colors of #a95adf

#a95adf

Complementary Color

#a95adf #90df5a

#a95adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95adf Color CSS Codes

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

#a95adf Text Font Color

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

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


#a95adf Background Color

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

This div background color is #a95adf


#a95adf Border Color

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

This div border color is #a95adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95adf


Comments

No comments written yet.

Please login to write comment.