Color Hex Logo

#ab15fe Color Hex

#AB15FE
(171,21,254)
0 Favorites   0 Comments

Color spaces of #ab15fe

RGB 17121254
HSL0.770.990.54
HSV279°92°100°
CMYK 0.330.920.00   0.00
XYZ34.952116.350095.0796
Yxy16.35000.23880.1117
Hunter Lab40.435183.5338-111.1105
CIE-Lab47.430484.8120-81.8011

#ab15fe color RGB value is (171,21,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010101 11111110
Octal 253 25 376
Decimal 171 21 254
Hex AB 15 FE

RGB Percentages of Color #ab15fe

%38.34
%4.71
%56.95

CMYK Percentages of Color #ab15fe

%33
%92
%0
%0

Triadic Colors of #ab15fe

#ab15fe #feab15 #15feab

Analogous Colors of #ab15fe

#ab15fe #fe15dd #3615fe

Monochromatic Colors of #ab15fe

#ab15fe

Complementary Color

#ab15fe #68fe15

#ab15fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab15fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab15fe Color CSS Codes

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

#ab15fe Text Font Color

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

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


#ab15fe Background Color

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

This div background color is #ab15fe


#ab15fe Border Color

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

This div border color is #ab15fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,21,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 #ab15fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab15fe


Comments

No comments written yet.

Please login to write comment.