Color Hex Logo

#a97edb Color Hex

#A97EDB
(169,126,219)
0 Favorites   0 Comments

Color spaces of #a97edb

RGB 169126219
HSL0.740.560.68
HSV268°42°86°
CMYK 0.230.420.00   0.14
XYZ36.609228.471270.5838
Yxy28.47120.26990.2099
Hunter Lab53.358429.0916-41.0794
CIE-Lab60.312134.8613-41.5200

#a97edb color RGB value is (169,126,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111110 11011011
Octal 251 176 333
Decimal 169 126 219
Hex A9 7E DB

RGB Percentages of Color #a97edb

%32.88
%24.51
%42.61

CMYK Percentages of Color #a97edb

%23
%42
%0
%14

Triadic Colors of #a97edb

#a97edb #dba97e #7edba9

Analogous Colors of #a97edb

#a97edb #d87edb #7e82db

Monochromatic Colors of #a97edb

#a97edb

Complementary Color

#a97edb #b0db7e

#a97edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97edb Color CSS Codes

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

#a97edb Text Font Color

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

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


#a97edb Background Color

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

This div background color is #a97edb


#a97edb Border Color

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

This div border color is #a97edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97edb


Comments

No comments written yet.

Please login to write comment.