Color Hex Logo

#ab01ff Color Hex

#AB01FF
(171,1,255)
0 Favorites   0 Comments

Color spaces of #ab01ff

RGB 1711255
HSL0.781.000.50
HSV280°100°100°
CMYK 0.331.000.00   0.00
XYZ34.855415.899695.8396
Yxy15.89960.23780.1085
Hunter Lab39.874386.2525-114.5941
CIE-Lab46.842587.0153-83.3227

#ab01ff color RGB value is (171,1,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000001 11111111
Octal 253 1 377
Decimal 171 1 255
Hex AB 1 FF

RGB Percentages of Color #ab01ff

%40.05
%0.23
%59.72

CMYK Percentages of Color #ab01ff

%33
%100
%0
%0

Triadic Colors of #ab01ff

#ab01ff #ffab01 #01ffab

Analogous Colors of #ab01ff

#ab01ff #ff01d4 #2c01ff

Monochromatic Colors of #ab01ff

#ab01ff

Complementary Color

#ab01ff #55ff01

#ab01ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab01ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab01ff Color CSS Codes

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

#ab01ff Text Font Color

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

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


#ab01ff Background Color

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

This div background color is #ab01ff


#ab01ff Border Color

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

This div border color is #ab01ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab01ff


Comments

No comments written yet.

Please login to write comment.