Color Hex Logo

#a063db Color Hex

#A063DB
(160,99,219)
0 Favorites   0 Comments

Color spaces of #a063db

RGB 16099219
HSL0.750.630.62
HSV271°55°86°
CMYK 0.270.550.00   0.14
XYZ31.745221.511769.4969
Yxy21.51170.25860.1752
Hunter Lab46.380741.0078-56.3737
CIE-Lab53.505047.3191-52.3632

#a063db color RGB value is (160,99,219).

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

The process color (four color CMYK) of #a063db color hex is 0.27, 0.55, 0.00, 0.14. Web safe color of #a063db is #9966cc. Color #a063db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100011 11011011
Octal 240 143 333
Decimal 160 99 219
Hex A0 63 DB

RGB Percentages of Color #a063db

%33.47
%20.71
%45.82

CMYK Percentages of Color #a063db

%27
%55
%0
%14

Triadic Colors of #a063db

#a063db #dba063 #63dba0

Analogous Colors of #a063db

#a063db #db63da #6463db

Monochromatic Colors of #a063db

#a063db

Complementary Color

#a063db #9edb63

#a063db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a063db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a063db Color CSS Codes

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

#a063db Text Font Color

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

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


#a063db Background Color

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

This div background color is #a063db


#a063db Border Color

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

This div border color is #a063db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a063db


Comments

No comments written yet.

Please login to write comment.