Color Hex Logo

#ab01fb Color Hex

#AB01FB
(171,1,251)
0 Favorites   0 Comments

Color spaces of #ab01fb

RGB 1711251
HSL0.780.990.49
HSV281°100°98°
CMYK 0.321.000.00   0.02
XYZ34.218015.644792.4830
Yxy15.64470.24040.1099
Hunter Lab39.553485.2036-110.9434
CIE-Lab46.504986.2756-81.6406

#ab01fb color RGB value is (171,1,251).

#ab01fb hex color red value is 171, green value is 1 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ab01fb hue: 0.78 , saturation: 0.99 and the lightness value of ab01fb is 0.49.

The process color (four color CMYK) of #ab01fb color hex is 0.32, 1.00, 0.00, 0.02. Web safe color of #ab01fb is #9900ff. Color #ab01fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000001 11111011
Octal 253 1 373
Decimal 171 1 251
Hex AB 1 FB

RGB Percentages of Color #ab01fb

%40.43
%0.24
%59.34

CMYK Percentages of Color #ab01fb

%32
%100
%0
%2

Triadic Colors of #ab01fb

#ab01fb #fbab01 #01fbab

Analogous Colors of #ab01fb

#ab01fb #fb01ce #2e01fb

Monochromatic Colors of #ab01fb

#ab01fb

Complementary Color

#ab01fb #51fb01

#ab01fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab01fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab01fb Color CSS Codes

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

#ab01fb Text Font Color

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

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


#ab01fb Background Color

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

This div background color is #ab01fb


#ab01fb Border Color

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

This div border color is #ab01fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab01fb


Comments

No comments written yet.

Please login to write comment.