Color Hex Logo

#ab11af Color Hex

#AB11AF
(171,17,175)
0 Favorites   0 Comments

Color spaces of #ab11af

RGB 17117175
HSL0.830.820.38
HSV298°90°69°
CMYK 0.020.900.00   0.31
XYZ24.732912.154041.5998
Yxy12.15400.31510.1549
Hunter Lab34.862665.6254-46.3440
CIE-Lab41.459871.5425-46.0557

#ab11af color RGB value is (171,17,175).

#ab11af hex color red value is 171, green value is 17 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ab11af hue: 0.83 , saturation: 0.82 and the lightness value of ab11af is 0.38.

The process color (four color CMYK) of #ab11af color hex is 0.02, 0.90, 0.00, 0.31. Web safe color of #ab11af is #990099. Color #ab11af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010001 10101111
Octal 253 21 257
Decimal 171 17 175
Hex AB 11 AF

RGB Percentages of Color #ab11af

%47.11
%4.68
%48.21

CMYK Percentages of Color #ab11af

%2
%90
%0
%31

Triadic Colors of #ab11af

#ab11af #afab11 #11afab

Analogous Colors of #ab11af

#ab11af #af1164 #5c11af

Monochromatic Colors of #ab11af

#ab11af

Complementary Color

#ab11af #15af11

#ab11af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab11af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab11af Color CSS Codes

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

#ab11af Text Font Color

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

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


#ab11af Background Color

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

This div background color is #ab11af


#ab11af Border Color

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

This div border color is #ab11af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab11af


Comments

No comments written yet.

Please login to write comment.