Color Hex Logo

#a305db Color Hex

#A305DB
(163,5,219)
0 Favorites   0 Comments

Color spaces of #a305db

RGB 1635219
HSL0.790.960.44
HSV284°98°86°
CMYK 0.260.980.00   0.14
XYZ27.944713.009568.0561
Yxy13.00950.25630.1193
Hunter Lab36.068775.1751-86.6231
CIE-Lab42.777679.1220-69.6605

#a305db color RGB value is (163,5,219).

#a305db hex color red value is 163, green value is 5 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a305db hue: 0.79 , saturation: 0.96 and the lightness value of a305db is 0.44.

The process color (four color CMYK) of #a305db color hex is 0.26, 0.98, 0.00, 0.14. Web safe color of #a305db is #9900cc. Color #a305db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000101 11011011
Octal 243 5 333
Decimal 163 5 219
Hex A3 5 DB

RGB Percentages of Color #a305db

%42.12
%1.29
%56.59

CMYK Percentages of Color #a305db

%26
%98
%0
%14

Triadic Colors of #a305db

#a305db #dba305 #05dba3

Analogous Colors of #a305db

#a305db #db05a8 #3805db

Monochromatic Colors of #a305db

#a305db

Complementary Color

#a305db #3ddb05

#a305db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a305db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a305db Color CSS Codes

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

#a305db Text Font Color

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

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


#a305db Background Color

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

This div background color is #a305db


#a305db Border Color

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

This div border color is #a305db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a305db


Comments

No comments written yet.

Please login to write comment.