Color Hex Logo

#ab1fab Color Hex

#AB1FAB
(171,31,171)
0 Favorites   0 Comments

Color spaces of #ab1fab

RGB 17131171
HSL0.830.690.40
HSV300°82°67°
CMYK 0.000.820.00   0.33
XYZ24.635312.578239.6575
Yxy12.57820.32050.1636
Hunter Lab35.465861.9250-41.4715
CIE-Lab42.120768.2735-42.6216

#ab1fab color RGB value is (171,31,171).

#ab1fab hex color red value is 171, green value is 31 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ab1fab hue: 0.83 , saturation: 0.69 and the lightness value of ab1fab is 0.40.

The process color (four color CMYK) of #ab1fab color hex is 0.00, 0.82, 0.00, 0.33. Web safe color of #ab1fab is #993399. Color #ab1fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00011111 10101011
Octal 253 37 253
Decimal 171 31 171
Hex AB 1F AB

RGB Percentages of Color #ab1fab

%45.84
%8.31
%45.84

CMYK Percentages of Color #ab1fab

%0
%82
%0
%33

Triadic Colors of #ab1fab

#ab1fab #abab1f #1fabab

Analogous Colors of #ab1fab

#ab1fab #ab1f65 #651fab

Monochromatic Colors of #ab1fab

#ab1fab

Complementary Color

#ab1fab #1fab1f

#ab1fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab1fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab1fab Color CSS Codes

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

#ab1fab Text Font Color

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

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


#ab1fab Background Color

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

This div background color is #ab1fab


#ab1fab Border Color

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

This div border color is #ab1fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab1fab


Comments

No comments written yet.

Please login to write comment.