Color Hex Logo

#ab12dc Color Hex

#AB12DC
(171,18,220)
0 Favorites   0 Comments

Color spaces of #ab12dc

RGB 17118220
HSL0.790.850.47
HSV285°92°86°
CMYK 0.220.920.00   0.14
XYZ29.929214.257868.8847
Yxy14.25780.26470.1261
Hunter Lab37.759575.4048-81.7312
CIE-Lab44.600478.9558-67.2089

#ab12dc color RGB value is (171,18,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010010 11011100
Octal 253 22 334
Decimal 171 18 220
Hex AB 12 DC

RGB Percentages of Color #ab12dc

%41.81
%4.40
%53.79

CMYK Percentages of Color #ab12dc

%22
%92
%0
%14

Triadic Colors of #ab12dc

#ab12dc #dcab12 #12dcab

Analogous Colors of #ab12dc

#ab12dc #dc12a8 #4612dc

Monochromatic Colors of #ab12dc

#ab12dc

Complementary Color

#ab12dc #43dc12

#ab12dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab12dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab12dc Color CSS Codes

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

#ab12dc Text Font Color

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

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


#ab12dc Background Color

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

This div background color is #ab12dc


#ab12dc Border Color

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

This div border color is #ab12dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,18,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ab12dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab12dc


Comments

No comments written yet.

Please login to write comment.