Color Hex Logo

#ac57fb Color Hex

#AC57FB
(172,87,251)
0 Favorites   0 Comments

Color spaces of #ac57fb

RGB 17287251
HSL0.750.950.66
HSV271°65°98°
CMYK 0.310.650.00   0.02
XYZ37.834022.552193.6257
Yxy22.55210.24570.1464
Hunter Lab47.489159.1031-83.6492
CIE-Lab54.608063.4606-68.4466

#ac57fb color RGB value is (172,87,251).

#ac57fb hex color red value is 172, green value is 87 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ac57fb hue: 0.75 , saturation: 0.95 and the lightness value of ac57fb is 0.66.

The process color (four color CMYK) of #ac57fb color hex is 0.31, 0.65, 0.00, 0.02. Web safe color of #ac57fb is #9966ff. Color #ac57fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010111 11111011
Octal 254 127 373
Decimal 172 87 251
Hex AC 57 FB

RGB Percentages of Color #ac57fb

%33.73
%17.06
%49.22

CMYK Percentages of Color #ac57fb

%31
%65
%0
%2

Triadic Colors of #ac57fb

#ac57fb #fbac57 #57fbac

Analogous Colors of #ac57fb

#ac57fb #fb57f8 #5a57fb

Monochromatic Colors of #ac57fb

#ac57fb

Complementary Color

#ac57fb #a6fb57

#ac57fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac57fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac57fb Color CSS Codes

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

#ac57fb Text Font Color

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

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


#ac57fb Background Color

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

This div background color is #ac57fb


#ac57fb Border Color

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

This div border color is #ac57fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,87,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac57fb


Comments

No comments written yet.

Please login to write comment.