Color Hex Logo

#ac73fb Color Hex

#AC73FB
(172,115,251)
0 Favorites   0 Comments

Color spaces of #ac73fb

RGB 172115251
HSL0.740.940.72
HSV265°54°98°
CMYK 0.310.540.00   0.02
XYZ40.556627.997294.5332
Yxy27.99720.24870.1717
Hunter Lab52.912444.2211-68.8888
CIE-Lab59.886249.3286-59.9587

#ac73fb color RGB value is (172,115,251).

#ac73fb hex color red value is 172, green value is 115 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ac73fb hue: 0.74 , saturation: 0.94 and the lightness value of ac73fb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01110011 11111011
Octal 254 163 373
Decimal 172 115 251
Hex AC 73 FB

RGB Percentages of Color #ac73fb

%31.97
%21.38
%46.65

CMYK Percentages of Color #ac73fb

%31
%54
%0
%2

Triadic Colors of #ac73fb

#ac73fb #fbac73 #73fbac

Analogous Colors of #ac73fb

#ac73fb #f073fb #737efb

Monochromatic Colors of #ac73fb

#ac73fb

Complementary Color

#ac73fb #c2fb73

#ac73fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac73fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac73fb Color CSS Codes

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

#ac73fb Text Font Color

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

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


#ac73fb Background Color

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

This div background color is #ac73fb


#ac73fb Border Color

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

This div border color is #ac73fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac73fb


Comments

No comments written yet.

Please login to write comment.