Color Hex Logo

#a95ded Color Hex

#A95DED
(169,93,237)
0 Favorites   0 Comments

Color spaces of #a95ded

RGB 16993237
HSL0.750.800.65
HSV272°61°93°
CMYK 0.290.610.00   0.07
XYZ35.562622.378182.5658
Yxy22.37810.25310.1593
Hunter Lab47.305551.4054-70.3694
CIE-Lab54.425956.7324-60.9558

#a95ded color RGB value is (169,93,237).

#a95ded hex color red value is 169, green value is 93 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a95ded hue: 0.75 , saturation: 0.80 and the lightness value of a95ded is 0.65.

The process color (four color CMYK) of #a95ded color hex is 0.29, 0.61, 0.00, 0.07. Web safe color of #a95ded is #9966ff. Color #a95ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011101 11101101
Octal 251 135 355
Decimal 169 93 237
Hex A9 5D ED

RGB Percentages of Color #a95ded

%33.87
%18.64
%47.49

CMYK Percentages of Color #a95ded

%29
%61
%0
%7

Triadic Colors of #a95ded

#a95ded #eda95d #5deda9

Analogous Colors of #a95ded

#a95ded #ed5de9 #615ded

Monochromatic Colors of #a95ded

#a95ded

Complementary Color

#a95ded #a1ed5d

#a95ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95ded Color CSS Codes

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

#a95ded Text Font Color

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

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


#a95ded Background Color

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

This div background color is #a95ded


#a95ded Border Color

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

This div border color is #a95ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95ded


Comments

No comments written yet.

Please login to write comment.