Color Hex Logo

#a918db Color Hex

#A918DB
(169,24,219)
0 Favorites   0 Comments

Color spaces of #a918db

RGB 16924219
HSL0.790.800.48
HSV285°89°86°
CMYK 0.230.890.00   0.14
XYZ29.475014.202868.2057
Yxy14.20280.26340.1269
Hunter Lab37.686673.6548-80.9232
CIE-Lab44.522477.5626-66.7774

#a918db color RGB value is (169,24,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00011000 11011011
Octal 251 30 333
Decimal 169 24 219
Hex A9 18 DB

RGB Percentages of Color #a918db

%41.02
%5.83
%53.16

CMYK Percentages of Color #a918db

%23
%89
%0
%14

Triadic Colors of #a918db

#a918db #dba918 #18dba9

Analogous Colors of #a918db

#a918db #db18ac #4718db

Monochromatic Colors of #a918db

#a918db

Complementary Color

#a918db #4adb18

#a918db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a918db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a918db Color CSS Codes

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

#a918db Text Font Color

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

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


#a918db Background Color

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

This div background color is #a918db


#a918db Border Color

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

This div border color is #a918db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a918db


Comments

No comments written yet.

Please login to write comment.