Color Hex Logo

#ac36fb Color Hex

#AC36FB
(172,54,251)
0 Favorites   0 Comments

Color spaces of #ac36fb

RGB 17254251
HSL0.770.960.60
HSV276°78°98°
CMYK 0.310.780.00   0.02
XYZ35.745018.374092.9294
Yxy18.37400.24310.1250
Hunter Lab42.864973.8374-98.5329
CIE-Lab49.946676.6546-76.0107

#ac36fb color RGB value is (172,54,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110110 11111011
Octal 254 66 373
Decimal 172 54 251
Hex AC 36 FB

RGB Percentages of Color #ac36fb

%36.06
%11.32
%52.62

CMYK Percentages of Color #ac36fb

%31
%78
%0
%2

Triadic Colors of #ac36fb

#ac36fb #fbac36 #36fbac

Analogous Colors of #ac36fb

#ac36fb #fb36e8 #4936fb

Monochromatic Colors of #ac36fb

#ac36fb

Complementary Color

#ac36fb #85fb36

#ac36fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac36fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac36fb Color CSS Codes

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

#ac36fb Text Font Color

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

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


#ac36fb Background Color

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

This div background color is #ac36fb


#ac36fb Border Color

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

This div border color is #ac36fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac36fb


Comments

No comments written yet.

Please login to write comment.