Color Hex Logo

#ab57fe Color Hex

#AB57FE
(171,87,254)
0 Favorites   0 Comments

Color spaces of #ab57fe

RGB 17187254
HSL0.750.990.67
HSV270°66°100°
CMYK 0.330.660.00   0.00
XYZ38.092222.630196.1263
Yxy22.63010.24290.1443
Hunter Lab47.571159.6831-86.5067
CIE-Lab54.689363.9450-69.9847

#ab57fe color RGB value is (171,87,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010111 11111110
Octal 253 127 376
Decimal 171 87 254
Hex AB 57 FE

RGB Percentages of Color #ab57fe

%33.40
%16.99
%49.61

CMYK Percentages of Color #ab57fe

%33
%66
%0
%0

Triadic Colors of #ab57fe

#ab57fe #feab57 #57feab

Analogous Colors of #ab57fe

#ab57fe #fe57fe #5757fe

Monochromatic Colors of #ab57fe

#ab57fe

Complementary Color

#ab57fe #aafe57

#ab57fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab57fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab57fe Color CSS Codes

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

#ab57fe Text Font Color

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

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


#ab57fe Background Color

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

This div background color is #ab57fe


#ab57fe Border Color

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

This div border color is #ab57fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab57fe

Related Colors


Comments

No comments written yet.

Please login to write comment.