Color Hex Logo

#ab16cd Color Hex

#AB16CD
(171,22,205)
0 Favorites   0 Comments

Color spaces of #ab16cd

RGB 17122205
HSL0.800.810.45
HSV289°89°80°
CMYK 0.170.890.00   0.20
XYZ28.100913.639558.9092
Yxy13.63950.27920.1355
Hunter Lab36.931771.1881-68.7204
CIE-Lab43.711475.7149-60.0180

#ab16cd color RGB value is (171,22,205).

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

The process color (four color CMYK) of #ab16cd color hex is 0.17, 0.89, 0.00, 0.20. Web safe color of #ab16cd is #9900cc. Color #ab16cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010110 11001101
Octal 253 26 315
Decimal 171 22 205
Hex AB 16 CD

RGB Percentages of Color #ab16cd

%42.96
%5.53
%51.51

CMYK Percentages of Color #ab16cd

%17
%89
%0
%20

Triadic Colors of #ab16cd

#ab16cd #cdab16 #16cdab

Analogous Colors of #ab16cd

#ab16cd #cd1694 #5016cd

Monochromatic Colors of #ab16cd

#ab16cd

Complementary Color

#ab16cd #38cd16

#ab16cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab16cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab16cd Color CSS Codes

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

#ab16cd Text Font Color

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

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


#ab16cd Background Color

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

This div background color is #ab16cd


#ab16cd Border Color

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

This div border color is #ab16cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab16cd


Comments

No comments written yet.

Please login to write comment.