Color Hex Logo

#ac51fb Color Hex

#AC51FB
(172,81,251)
0 Favorites   0 Comments

Color spaces of #ac51fb

RGB 17281251
HSL0.760.960.65
HSV272°68°98°
CMYK 0.310.680.00   0.02
XYZ37.368321.620593.4704
Yxy21.62050.24510.1418
Hunter Lab46.497862.0815-86.6368
CIE-Lab53.622066.1951-70.0413

#ac51fb color RGB value is (172,81,251).

#ac51fb hex color red value is 172, green value is 81 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ac51fb hue: 0.76 , saturation: 0.96 and the lightness value of ac51fb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010001 11111011
Octal 254 121 373
Decimal 172 81 251
Hex AC 51 FB

RGB Percentages of Color #ac51fb

%34.13
%16.07
%49.80

CMYK Percentages of Color #ac51fb

%31
%68
%0
%2

Triadic Colors of #ac51fb

#ac51fb #fbac51 #51fbac

Analogous Colors of #ac51fb

#ac51fb #fb51f5 #5751fb

Monochromatic Colors of #ac51fb

#ac51fb

Complementary Color

#ac51fb #a0fb51

#ac51fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac51fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac51fb Color CSS Codes

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

#ac51fb Text Font Color

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

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


#ac51fb Background Color

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

This div background color is #ac51fb


#ac51fb Border Color

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

This div border color is #ac51fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac51fb


Comments

No comments written yet.

Please login to write comment.