Color Hex Logo

#ab16dd Color Hex

#AB16DD
(171,22,221)
0 Favorites   0 Comments

Color spaces of #ab16dd

RGB 17122221
HSL0.790.820.48
HSV285°90°87°
CMYK 0.230.900.00   0.13
XYZ30.132614.452269.6080
Yxy14.45220.26390.1266
Hunter Lab38.016074.9561-81.9497
CIE-Lab44.874678.5429-67.3350

#ab16dd color RGB value is (171,22,221).

#ab16dd hex color red value is 171, green value is 22 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ab16dd hue: 0.79 , saturation: 0.82 and the lightness value of ab16dd is 0.48.

The process color (four color CMYK) of #ab16dd color hex is 0.23, 0.90, 0.00, 0.13. Web safe color of #ab16dd is #9900cc. Color #ab16dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010110 11011101
Octal 253 26 335
Decimal 171 22 221
Hex AB 16 DD

RGB Percentages of Color #ab16dd

%41.30
%5.31
%53.38

CMYK Percentages of Color #ab16dd

%23
%90
%0
%13

Triadic Colors of #ab16dd

#ab16dd #ddab16 #16ddab

Analogous Colors of #ab16dd

#ab16dd #dd16ac #4816dd

Monochromatic Colors of #ab16dd

#ab16dd

Complementary Color

#ab16dd #48dd16

#ab16dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab16dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab16dd Color CSS Codes

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

#ab16dd Text Font Color

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

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


#ab16dd Background Color

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

This div background color is #ab16dd


#ab16dd Border Color

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

This div border color is #ab16dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab16dd


Comments

No comments written yet.

Please login to write comment.