Color Hex Logo

#a597db Color Hex

#A597DB
(165,151,219)
0 Favorites   0 Comments

Color spaces of #a597db

RGB 165151219
HSL0.700.490.73
HSV252°31°86°
CMYK 0.250.310.00   0.14
XYZ39.369835.247071.7462
Yxy35.24700.26900.2408
Hunter Lab59.369214.4736-30.0921
CIE-Lab65.940519.5243-32.7608

#a597db color RGB value is (165,151,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010111 11011011
Octal 245 227 333
Decimal 165 151 219
Hex A5 97 DB

RGB Percentages of Color #a597db

%30.84
%28.22
%40.93

CMYK Percentages of Color #a597db

%25
%31
%0
%14

Triadic Colors of #a597db

#a597db #dba597 #97dba5

Analogous Colors of #a597db

#a597db #c797db #97abdb

Monochromatic Colors of #a597db

#a597db

Complementary Color

#a597db #cddb97

#a597db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a597db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a597db Color CSS Codes

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

#a597db Text Font Color

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

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


#a597db Background Color

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

This div background color is #a597db


#a597db Border Color

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

This div border color is #a597db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a597db


Comments

No comments written yet.

Please login to write comment.