Color Hex Logo

#ab0cdb Color Hex

#AB0CDB
(171,12,219)
0 Favorites   0 Comments

Color spaces of #ab0cdb

RGB 17112219
HSL0.790.900.45
HSV286°95°86°
CMYK 0.220.950.00   0.14
XYZ29.712214.035368.1609
Yxy14.03530.26550.1254
Hunter Lab37.463776.0055-81.6467
CIE-Lab44.283579.4976-67.1518

#ab0cdb color RGB value is (171,12,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001100 11011011
Octal 253 14 333
Decimal 171 12 219
Hex AB C DB

RGB Percentages of Color #ab0cdb

%42.54
%2.99
%54.48

CMYK Percentages of Color #ab0cdb

%22
%95
%0
%14

Triadic Colors of #ab0cdb

#ab0cdb #dbab0c #0cdbab

Analogous Colors of #ab0cdb

#ab0cdb #db0ca4 #440cdb

Monochromatic Colors of #ab0cdb

#ab0cdb

Complementary Color

#ab0cdb #3cdb0c

#ab0cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0cdb Color CSS Codes

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

#ab0cdb Text Font Color

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

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


#ab0cdb Background Color

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

This div background color is #ab0cdb


#ab0cdb Border Color

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

This div border color is #ab0cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0cdb


Comments

No comments written yet.

Please login to write comment.