Color Hex Logo

#ab60fe Color Hex

#AB60FE
(171,96,254)
0 Favorites   0 Comments

Color spaces of #ab60fe

RGB 17196254
HSL0.750.990.69
HSV268°62°100°
CMYK 0.330.620.00   0.00
XYZ38.866924.179496.3845
Yxy24.17940.24380.1517
Hunter Lab49.172655.0377-81.7952
CIE-Lab56.267059.6269-67.4362

#ab60fe color RGB value is (171,96,254).

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

The process color (four color CMYK) of #ab60fe color hex is 0.33, 0.62, 0.00, 0.00. Web safe color of #ab60fe is #9966ff. Color #ab60fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100000 11111110
Octal 253 140 376
Decimal 171 96 254
Hex AB 60 FE

RGB Percentages of Color #ab60fe

%32.82
%18.43
%48.75

CMYK Percentages of Color #ab60fe

%33
%62
%0
%0

Triadic Colors of #ab60fe

#ab60fe #feab60 #60feab

Analogous Colors of #ab60fe

#ab60fe #fa60fe #6064fe

Monochromatic Colors of #ab60fe

#ab60fe

Complementary Color

#ab60fe #b3fe60

#ab60fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab60fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab60fe Color CSS Codes

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

#ab60fe Text Font Color

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

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


#ab60fe Background Color

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

This div background color is #ab60fe


#ab60fe Border Color

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

This div border color is #ab60fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab60fe


Comments

No comments written yet.

Please login to write comment.