Color Hex Logo

#ac40fb Color Hex

#AC40FB
(172,64,251)
0 Favorites   0 Comments

Color spaces of #ac40fb

RGB 17264251
HSL0.760.960.62
HSV275°75°98°
CMYK 0.310.750.00   0.02
XYZ36.259219.402593.1008
Yxy19.40250.24370.1304
Hunter Lab44.048369.8513-94.4821
CIE-Lab51.154873.1692-74.0442

#ac40fb color RGB value is (172,64,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01000000 11111011
Octal 254 100 373
Decimal 172 64 251
Hex AC 40 FB

RGB Percentages of Color #ac40fb

%35.32
%13.14
%51.54

CMYK Percentages of Color #ac40fb

%31
%75
%0
%2

Triadic Colors of #ac40fb

#ac40fb #fbac40 #40fbac

Analogous Colors of #ac40fb

#ac40fb #fb40ed #4f40fb

Monochromatic Colors of #ac40fb

#ac40fb

Complementary Color

#ac40fb #8ffb40

#ac40fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac40fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac40fb Color CSS Codes

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

#ac40fb Text Font Color

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

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


#ac40fb Background Color

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

This div background color is #ac40fb


#ac40fb Border Color

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

This div border color is #ac40fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac40fb


Comments

No comments written yet.

Please login to write comment.