Color Hex Logo

#a97bdf Color Hex

#A97BDF
(169,123,223)
0 Favorites   0 Comments

Color spaces of #a97bdf

RGB 169123223
HSL0.740.610.68
HSV268°45°87°
CMYK 0.240.450.00   0.13
XYZ36.764427.928673.2651
Yxy27.92860.26650.2024
Hunter Lab52.847531.6938-45.2034
CIE-Lab59.824237.4777-44.5258

#a97bdf color RGB value is (169,123,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111011 11011111
Octal 251 173 337
Decimal 169 123 223
Hex A9 7B DF

RGB Percentages of Color #a97bdf

%32.82
%23.88
%43.30

CMYK Percentages of Color #a97bdf

%24
%45
%0
%13

Triadic Colors of #a97bdf

#a97bdf #dfa97b #7bdfa9

Analogous Colors of #a97bdf

#a97bdf #db7bdf #7b7fdf

Monochromatic Colors of #a97bdf

#a97bdf

Complementary Color

#a97bdf #b1df7b

#a97bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97bdf Color CSS Codes

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

#a97bdf Text Font Color

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

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


#a97bdf Background Color

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

This div background color is #a97bdf


#a97bdf Border Color

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

This div border color is #a97bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97bdf


Comments

No comments written yet.

Please login to write comment.