Color Hex Logo

#ab0adb Color Hex

#AB0ADB
(171,10,219)
0 Favorites   0 Comments

Color spaces of #ab0adb

RGB 17110219
HSL0.800.910.45
HSV286°95°86°
CMYK 0.220.950.00   0.14
XYZ29.689313.989568.1533
Yxy13.98950.26550.1251
Hunter Lab37.402576.2349-81.8539
CIE-Lab44.217979.6933-67.2586

#ab0adb color RGB value is (171,10,219).

#ab0adb hex color red value is 171, green value is 10 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ab0adb hue: 0.80 , saturation: 0.91 and the lightness value of ab0adb is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001010 11011011
Octal 253 12 333
Decimal 171 10 219
Hex AB A DB

RGB Percentages of Color #ab0adb

%42.75
%2.50
%54.75

CMYK Percentages of Color #ab0adb

%22
%95
%0
%14

Triadic Colors of #ab0adb

#ab0adb #dbab0a #0adbab

Analogous Colors of #ab0adb

#ab0adb #db0aa3 #420adb

Monochromatic Colors of #ab0adb

#ab0adb

Complementary Color

#ab0adb #3adb0a

#ab0adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0adb Color CSS Codes

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

#ab0adb Text Font Color

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

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


#ab0adb Background Color

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

This div background color is #ab0adb


#ab0adb Border Color

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

This div border color is #ab0adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0adb


Comments

No comments written yet.

Please login to write comment.