Color Hex Logo

#a018db Color Hex

#A018DB
(160,24,219)
0 Favorites   0 Comments

Color spaces of #a018db

RGB 16024219
HSL0.780.800.48
HSV282°89°86°
CMYK 0.270.890.00   0.14
XYZ27.610013.241368.1185
Yxy13.24130.25340.1215
Hunter Lab36.388671.7576-85.5173
CIE-Lab43.124676.2934-69.1144

#a018db color RGB value is (160,24,219).

#a018db hex color red value is 160, green value is 24 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a018db hue: 0.78 , saturation: 0.80 and the lightness value of a018db is 0.48.

The process color (four color CMYK) of #a018db color hex is 0.27, 0.89, 0.00, 0.14. Web safe color of #a018db is #9900cc. Color #a018db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011000 11011011
Octal 240 30 333
Decimal 160 24 219
Hex A0 18 DB

RGB Percentages of Color #a018db

%39.70
%5.96
%54.34

CMYK Percentages of Color #a018db

%27
%89
%0
%14

Triadic Colors of #a018db

#a018db #dba018 #18dba0

Analogous Colors of #a018db

#a018db #db18b5 #3f18db

Monochromatic Colors of #a018db

#a018db

Complementary Color

#a018db #53db18

#a018db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a018db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a018db Color CSS Codes

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

#a018db Text Font Color

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

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


#a018db Background Color

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

This div background color is #a018db


#a018db Border Color

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

This div border color is #a018db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a018db


Comments

No comments written yet.

Please login to write comment.