Color Hex Logo

#ac59fb Color Hex

#AC59FB
(172,89,251)
0 Favorites   0 Comments

Color spaces of #ac59fb

RGB 17289251
HSL0.750.950.67
HSV271°65°98°
CMYK 0.310.650.00   0.02
XYZ37.998222.880493.6804
Yxy22.88040.24580.1480
Hunter Lab47.833558.0892-82.6343
CIE-Lab54.948962.5222-67.8957

#ac59fb color RGB value is (172,89,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011001 11111011
Octal 254 131 373
Decimal 172 89 251
Hex AC 59 FB

RGB Percentages of Color #ac59fb

%33.59
%17.38
%49.02

CMYK Percentages of Color #ac59fb

%31
%65
%0
%2

Triadic Colors of #ac59fb

#ac59fb #fbac59 #59fbac

Analogous Colors of #ac59fb

#ac59fb #fb59f9 #5b59fb

Monochromatic Colors of #ac59fb

#ac59fb

Complementary Color

#ac59fb #a8fb59

#ac59fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac59fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac59fb Color CSS Codes

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

#ac59fb Text Font Color

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

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


#ac59fb Background Color

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

This div background color is #ac59fb


#ac59fb Border Color

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

This div border color is #ac59fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac59fb


Comments

No comments written yet.

Please login to write comment.