Color Hex Logo

#a97ded Color Hex

#A97DED
(169,125,237)
0 Favorites   0 Comments

Color spaces of #a97ded

RGB 169125237
HSL0.730.760.71
HSV264°47°93°
CMYK 0.290.470.00   0.07
XYZ38.981929.216783.7056
Yxy29.21670.25660.1923
Hunter Lab54.052534.1399-53.9797
CIE-Lab60.972439.7105-50.5041

#a97ded color RGB value is (169,125,237).

#a97ded hex color red value is 169, green value is 125 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a97ded hue: 0.73 , saturation: 0.76 and the lightness value of a97ded is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111101 11101101
Octal 251 175 355
Decimal 169 125 237
Hex A9 7D ED

RGB Percentages of Color #a97ded

%31.83
%23.54
%44.63

CMYK Percentages of Color #a97ded

%29
%47
%0
%7

Triadic Colors of #a97ded

#a97ded #eda97d #7deda9

Analogous Colors of #a97ded

#a97ded #e17ded #7d89ed

Monochromatic Colors of #a97ded

#a97ded

Complementary Color

#a97ded #c1ed7d

#a97ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97ded Color CSS Codes

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

#a97ded Text Font Color

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

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


#a97ded Background Color

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

This div background color is #a97ded


#a97ded Border Color

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

This div border color is #a97ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97ded


Comments

No comments written yet.

Please login to write comment.