Color Hex Logo

#a97adf Color Hex

#A97ADF
(169,122,223)
0 Favorites   0 Comments

Color spaces of #a97adf

RGB 169122223
HSL0.740.610.68
HSV268°45°87°
CMYK 0.240.450.00   0.13
XYZ36.641027.681873.2240
Yxy27.68180.26640.2013
Hunter Lab52.613532.2370-45.6865
CIE-Lab59.600238.0352-44.8792

#a97adf color RGB value is (169,122,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111010 11011111
Octal 251 172 337
Decimal 169 122 223
Hex A9 7A DF

RGB Percentages of Color #a97adf

%32.88
%23.74
%43.39

CMYK Percentages of Color #a97adf

%24
%45
%0
%13

Triadic Colors of #a97adf

#a97adf #dfa97a #7adfa9

Analogous Colors of #a97adf

#a97adf #dc7adf #7a7edf

Monochromatic Colors of #a97adf

#a97adf

Complementary Color

#a97adf #b0df7a

#a97adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97adf Color CSS Codes

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

#a97adf Text Font Color

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

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


#a97adf Background Color

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

This div background color is #a97adf


#a97adf Border Color

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

This div border color is #a97adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97adf


Comments

No comments written yet.

Please login to write comment.