Color Hex Logo

#a608db Color Hex

#A608DB
(166,8,219)
0 Favorites   0 Comments

Color spaces of #a608db

RGB 1668219
HSL0.790.930.45
HSV285°96°86°
CMYK 0.240.960.00   0.14
XYZ28.598913.395168.0960
Yxy13.39510.25980.1217
Hunter Lab36.599375.4320-84.6943
CIE-Lab43.352679.2177-68.7024

#a608db color RGB value is (166,8,219).

#a608db hex color red value is 166, green value is 8 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a608db hue: 0.79 , saturation: 0.93 and the lightness value of a608db is 0.45.

The process color (four color CMYK) of #a608db color hex is 0.24, 0.96, 0.00, 0.14. Web safe color of #a608db is #9900cc. Color #a608db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001000 11011011
Octal 246 10 333
Decimal 166 8 219
Hex A6 8 DB

RGB Percentages of Color #a608db

%42.24
%2.04
%55.73

CMYK Percentages of Color #a608db

%24
%96
%0
%14

Triadic Colors of #a608db

#a608db #dba608 #08dba6

Analogous Colors of #a608db

#a608db #db08a7 #3c08db

Monochromatic Colors of #a608db

#a608db

Complementary Color

#a608db #3ddb08

#a608db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a608db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a608db Color CSS Codes

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

#a608db Text Font Color

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

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


#a608db Background Color

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

This div background color is #a608db


#a608db Border Color

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

This div border color is #a608db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a608db


Comments

No comments written yet.

Please login to write comment.