Color Hex Logo

#a818db Color Hex

#A818DB
(168,24,219)
0 Favorites   0 Comments

Color spaces of #a818db

RGB 16824219
HSL0.790.800.48
HSV284°89°86°
CMYK 0.230.890.00   0.14
XYZ29.261314.092668.1957
Yxy14.09260.26230.1263
Hunter Lab37.540173.4398-81.4287
CIE-Lab44.365477.4191-67.0396

#a818db color RGB value is (168,24,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011000 11011011
Octal 250 30 333
Decimal 168 24 219
Hex A8 18 DB

RGB Percentages of Color #a818db

%40.88
%5.84
%53.28

CMYK Percentages of Color #a818db

%23
%89
%0
%14

Triadic Colors of #a818db

#a818db #dba818 #18dba8

Analogous Colors of #a818db

#a818db #db18ad #4718db

Monochromatic Colors of #a818db

#a818db

Complementary Color

#a818db #4bdb18

#a818db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a818db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a818db Color CSS Codes

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

#a818db Text Font Color

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

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


#a818db Background Color

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

This div background color is #a818db


#a818db Border Color

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

This div border color is #a818db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a818db


Comments

No comments written yet.

Please login to write comment.