Color Hex Logo

#a797db Color Hex

#A797DB
(167,151,219)
0 Favorites   0 Comments

Color spaces of #a797db

RGB 167151219
HSL0.710.490.73
HSV254°31°86°
CMYK 0.240.310.00   0.14
XYZ39.789135.463271.7658
Yxy35.46320.27060.2412
Hunter Lab59.551015.0509-29.7656
CIE-Lab66.107720.1221-32.4884

#a797db color RGB value is (167,151,219).

#a797db hex color red value is 167, green value is 151 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a797db hue: 0.71 , saturation: 0.49 and the lightness value of a797db is 0.73.

The process color (four color CMYK) of #a797db color hex is 0.24, 0.31, 0.00, 0.14. Web safe color of #a797db is #9999cc. Color #a797db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010111 11011011
Octal 247 227 333
Decimal 167 151 219
Hex A7 97 DB

RGB Percentages of Color #a797db

%31.10
%28.12
%40.78

CMYK Percentages of Color #a797db

%24
%31
%0
%14

Triadic Colors of #a797db

#a797db #dba797 #97dba7

Analogous Colors of #a797db

#a797db #c997db #97a9db

Monochromatic Colors of #a797db

#a797db

Complementary Color

#a797db #cbdb97

#a797db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a797db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a797db Color CSS Codes

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

#a797db Text Font Color

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

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


#a797db Background Color

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

This div background color is #a797db


#a797db Border Color

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

This div border color is #a797db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a797db


Comments

No comments written yet.

Please login to write comment.