Color Hex Logo

#ab10dc Color Hex

#AB10DC
(171,16,220)
0 Favorites   0 Comments

Color spaces of #ab10dc

RGB 17116220
HSL0.790.860.46
HSV286°93°86°
CMYK 0.220.930.00   0.14
XYZ29.898114.195868.8744
Yxy14.19580.26470.1257
Hunter Lab37.677375.7099-82.0084
CIE-Lab44.512479.2171-67.3520

#ab10dc color RGB value is (171,16,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010000 11011100
Octal 253 20 334
Decimal 171 16 220
Hex AB 10 DC

RGB Percentages of Color #ab10dc

%42.01
%3.93
%54.05

CMYK Percentages of Color #ab10dc

%22
%93
%0
%14

Triadic Colors of #ab10dc

#ab10dc #dcab10 #10dcab

Analogous Colors of #ab10dc

#ab10dc #dc10a7 #4510dc

Monochromatic Colors of #ab10dc

#ab10dc

Complementary Color

#ab10dc #41dc10

#ab10dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab10dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab10dc Color CSS Codes

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

#ab10dc Text Font Color

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

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


#ab10dc Background Color

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

This div background color is #ab10dc


#ab10dc Border Color

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

This div border color is #ab10dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab10dc


Comments

No comments written yet.

Please login to write comment.