Color Hex Logo

#ab01fe Color Hex

#AB01FE
(171,1,254)
0 Favorites   0 Comments

Color spaces of #ab01fe

RGB 1711254
HSL0.780.990.50
HSV280°100°100°
CMYK 0.331.000.00   0.00
XYZ34.694815.835494.9938
Yxy15.83540.23840.1088
Hunter Lab39.793785.9891-113.6789
CIE-Lab46.757886.8298-82.9032

#ab01fe color RGB value is (171,1,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000001 11111110
Octal 253 1 376
Decimal 171 1 254
Hex AB 1 FE

RGB Percentages of Color #ab01fe

%40.14
%0.23
%59.62

CMYK Percentages of Color #ab01fe

%33
%100
%0
%0

Triadic Colors of #ab01fe

#ab01fe #feab01 #01feab

Analogous Colors of #ab01fe

#ab01fe #fe01d3 #2c01fe

Monochromatic Colors of #ab01fe

#ab01fe

Complementary Color

#ab01fe #54fe01

#ab01fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab01fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab01fe Color CSS Codes

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

#ab01fe Text Font Color

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

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


#ab01fe Background Color

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

This div background color is #ab01fe


#ab01fe Border Color

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

This div border color is #ab01fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab01fe


Comments

No comments written yet.

Please login to write comment.