Color Hex Logo

#ac49fb Color Hex

#AC49FB
(172,73,251)
0 Favorites   0 Comments

Color spaces of #ac49fb

RGB 17273251
HSL0.760.960.64
HSV273°71°98°
CMYK 0.310.710.00   0.02
XYZ36.808420.500893.2838
Yxy20.50080.24440.1361
Hunter Lab45.277865.8746-90.4580
CIE-Lab52.398869.6290-72.0238

#ac49fb color RGB value is (172,73,251).

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

The process color (four color CMYK) of #ac49fb color hex is 0.31, 0.71, 0.00, 0.02. Web safe color of #ac49fb is #9933ff. Color #ac49fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001001 11111011
Octal 254 111 373
Decimal 172 73 251
Hex AC 49 FB

RGB Percentages of Color #ac49fb

%34.68
%14.72
%50.60

CMYK Percentages of Color #ac49fb

%31
%71
%0
%2

Triadic Colors of #ac49fb

#ac49fb #fbac49 #49fbac

Analogous Colors of #ac49fb

#ac49fb #fb49f1 #5349fb

Monochromatic Colors of #ac49fb

#ac49fb

Complementary Color

#ac49fb #98fb49

#ac49fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac49fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac49fb Color CSS Codes

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

#ac49fb Text Font Color

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

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


#ac49fb Background Color

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

This div background color is #ac49fb


#ac49fb Border Color

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

This div border color is #ac49fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac49fb


Comments

No comments written yet.

Please login to write comment.