Color Hex Logo

#a0a5db Color Hex

#A0A5DB
(160,165,219)
0 Favorites   0 Comments

Color spaces of #a0a5db

RGB 160165219
HSL0.650.450.74
HSV235°27°86°
CMYK 0.270.250.00   0.14
XYZ40.738539.498372.4946
Yxy39.49830.26670.2586
Hunter Lab62.84775.7221-24.3975
CIE-Lab69.110710.1298-27.8980

#a0a5db color RGB value is (160,165,219).

#a0a5db hex color red value is 160, green value is 165 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a0a5db hue: 0.65 , saturation: 0.45 and the lightness value of a0a5db is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10100101 11011011
Octal 240 245 333
Decimal 160 165 219
Hex A0 A5 DB

RGB Percentages of Color #a0a5db

%29.41
%30.33
%40.26

CMYK Percentages of Color #a0a5db

%27
%25
%0
%14

Triadic Colors of #a0a5db

#a0a5db #dba0a5 #a5dba0

Analogous Colors of #a0a5db

#a0a5db #b9a0db #a0c3db

Monochromatic Colors of #a0a5db

#a0a5db

Complementary Color

#a0a5db #dbd6a0

#a0a5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0a5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0a5db Color CSS Codes

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

#a0a5db Text Font Color

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

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


#a0a5db Background Color

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

This div background color is #a0a5db


#a0a5db Border Color

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

This div border color is #a0a5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0a5db


Comments

No comments written yet.

Please login to write comment.