Color Hex Logo

#a820db Color Hex

#A820DB
(168,32,219)
0 Favorites   0 Comments

Color spaces of #a820db

RGB 16832219
HSL0.790.750.49
HSV284°85°86°
CMYK 0.230.850.00   0.14
XYZ29.451114.472368.2590
Yxy14.47230.26250.1290
Hunter Lab38.042571.6139-79.7534
CIE-Lab44.902875.8314-66.1661

#a820db color RGB value is (168,32,219).

#a820db hex color red value is 168, green value is 32 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a820db hue: 0.79 , saturation: 0.75 and the lightness value of a820db is 0.49.

The process color (four color CMYK) of #a820db color hex is 0.23, 0.85, 0.00, 0.14. Web safe color of #a820db is #9933cc. Color #a820db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100000 11011011
Octal 250 40 333
Decimal 168 32 219
Hex A8 20 DB

RGB Percentages of Color #a820db

%40.10
%7.64
%52.27

CMYK Percentages of Color #a820db

%23
%85
%0
%14

Triadic Colors of #a820db

#a820db #dba820 #20dba8

Analogous Colors of #a820db

#a820db #db20b1 #4b20db

Monochromatic Colors of #a820db

#a820db

Complementary Color

#a820db #53db20

#a820db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a820db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a820db Color CSS Codes

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

#a820db Text Font Color

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

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


#a820db Background Color

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

This div background color is #a820db


#a820db Border Color

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

This div border color is #a820db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a820db


Comments

No comments written yet.

Please login to write comment.