Color Hex Logo

#ab14db Color Hex

#AB14DB
(171,20,219)
0 Favorites   0 Comments

Color spaces of #ab14db

RGB 17120219
HSL0.790.830.47
HSV286°91°86°
CMYK 0.220.910.00   0.14
XYZ29.830914.272768.2005
Yxy14.27270.26560.1271
Hunter Lab37.779274.8319-80.5871
CIE-Lab44.621578.4920-66.6022

#ab14db color RGB value is (171,20,219).

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

The process color (four color CMYK) of #ab14db color hex is 0.22, 0.91, 0.00, 0.14. Web safe color of #ab14db is #9900cc. Color #ab14db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010100 11011011
Octal 253 24 333
Decimal 171 20 219
Hex AB 14 DB

RGB Percentages of Color #ab14db

%41.71
%4.88
%53.41

CMYK Percentages of Color #ab14db

%22
%91
%0
%14

Triadic Colors of #ab14db

#ab14db #dbab14 #14dbab

Analogous Colors of #ab14db

#ab14db #db14a8 #4814db

Monochromatic Colors of #ab14db

#ab14db

Complementary Color

#ab14db #44db14

#ab14db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab14db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab14db Color CSS Codes

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

#ab14db Text Font Color

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

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


#ab14db Background Color

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

This div background color is #ab14db


#ab14db Border Color

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

This div border color is #ab14db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab14db


Comments

No comments written yet.

Please login to write comment.