Color Hex Logo

#a596db Color Hex

#A596DB
(165,150,219)
0 Favorites   0 Comments

Color spaces of #a596db

RGB 165150219
HSL0.700.490.72
HSV253°32°86°
CMYK 0.250.320.00   0.14
XYZ39.209634.926571.6928
Yxy34.92650.26890.2395
Hunter Lab59.098615.0050-30.5559
CIE-Lab65.691420.0919-33.1471

#a596db color RGB value is (165,150,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010110 11011011
Octal 245 226 333
Decimal 165 150 219
Hex A5 96 DB

RGB Percentages of Color #a596db

%30.90
%28.09
%41.01

CMYK Percentages of Color #a596db

%25
%32
%0
%14

Triadic Colors of #a596db

#a596db #dba596 #96dba5

Analogous Colors of #a596db

#a596db #c896db #96aadb

Monochromatic Colors of #a596db

#a596db

Complementary Color

#a596db #ccdb96

#a596db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a596db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a596db Color CSS Codes

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

#a596db Text Font Color

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

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


#a596db Background Color

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

This div background color is #a596db


#a596db Border Color

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

This div border color is #a596db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a596db


Comments

No comments written yet.

Please login to write comment.