Color Hex Logo

#a565db Color Hex

#A565DB
(165,101,219)
0 Favorites   0 Comments

Color spaces of #a565db

RGB 165101219
HSL0.760.620.63
HSV273°54°86°
CMYK 0.250.540.00   0.14
XYZ32.956922.421269.6085
Yxy22.42120.26370.1794
Hunter Lab47.351041.3739-54.0137
CIE-Lab54.471147.5139-50.7897

#a565db color RGB value is (165,101,219).

#a565db hex color red value is 165, green value is 101 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a565db hue: 0.76 , saturation: 0.62 and the lightness value of a565db is 0.63.

The process color (four color CMYK) of #a565db color hex is 0.25, 0.54, 0.00, 0.14. Web safe color of #a565db is #9966cc. Color #a565db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100101 11011011
Octal 245 145 333
Decimal 165 101 219
Hex A5 65 DB

RGB Percentages of Color #a565db

%34.02
%20.82
%45.15

CMYK Percentages of Color #a565db

%25
%54
%0
%14

Triadic Colors of #a565db

#a565db #dba565 #65dba5

Analogous Colors of #a565db

#a565db #db65d6 #6a65db

Monochromatic Colors of #a565db

#a565db

Complementary Color

#a565db #9bdb65

#a565db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a565db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a565db Color CSS Codes

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

#a565db Text Font Color

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

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


#a565db Background Color

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

This div background color is #a565db


#a565db Border Color

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

This div border color is #a565db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a565db


Comments

No comments written yet.

Please login to write comment.