Color Hex Logo

#a97ddb Color Hex

#A97DDB
(169,125,219)
0 Favorites   0 Comments

Color spaces of #a97ddb

RGB 169125219
HSL0.740.570.67
HSV268°43°86°
CMYK 0.230.430.00   0.14
XYZ36.482028.216770.5414
Yxy28.21670.26980.2086
Hunter Lab53.119429.6335-41.5523
CIE-Lab60.084035.4225-41.8785

#a97ddb color RGB value is (169,125,219).

#a97ddb hex color red value is 169, green value is 125 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a97ddb hue: 0.74 , saturation: 0.57 and the lightness value of a97ddb is 0.67.

The process color (four color CMYK) of #a97ddb color hex is 0.23, 0.43, 0.00, 0.14. Web safe color of #a97ddb is #9966cc. Color #a97ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111101 11011011
Octal 251 175 333
Decimal 169 125 219
Hex A9 7D DB

RGB Percentages of Color #a97ddb

%32.94
%24.37
%42.69

CMYK Percentages of Color #a97ddb

%23
%43
%0
%14

Triadic Colors of #a97ddb

#a97ddb #dba97d #7ddba9

Analogous Colors of #a97ddb

#a97ddb #d87ddb #7d80db

Monochromatic Colors of #a97ddb

#a97ddb

Complementary Color

#a97ddb #afdb7d

#a97ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97ddb Color CSS Codes

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

#a97ddb Text Font Color

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

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


#a97ddb Background Color

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

This div background color is #a97ddb


#a97ddb Border Color

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

This div border color is #a97ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97ddb


Comments

No comments written yet.

Please login to write comment.