Color Hex Logo

#a615db Color Hex

#A615DB
(166,21,219)
0 Favorites   0 Comments

Color spaces of #a615db

RGB 16621219
HSL0.790.830.47
HSV284°90°86°
CMYK 0.240.900.00   0.14
XYZ28.780213.757868.1565
Yxy13.75780.26000.1243
Hunter Lab37.091573.5923-82.9827
CIE-Lab43.883677.6357-67.8377

#a615db color RGB value is (166,21,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010101 11011011
Octal 246 25 333
Decimal 166 21 219
Hex A6 15 DB

RGB Percentages of Color #a615db

%40.89
%5.17
%53.94

CMYK Percentages of Color #a615db

%24
%90
%0
%14

Triadic Colors of #a615db

#a615db #dba615 #15dba6

Analogous Colors of #a615db

#a615db #db15ad #4315db

Monochromatic Colors of #a615db

#a615db

Complementary Color

#a615db #4adb15

#a615db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a615db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a615db Color CSS Codes

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

#a615db Text Font Color

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

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


#a615db Background Color

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

This div background color is #a615db


#a615db Border Color

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

This div border color is #a615db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a615db


Comments

No comments written yet.

Please login to write comment.