Color Hex Logo

#ac80fb Color Hex

#AC80FB
(172,128,251)
0 Favorites   0 Comments

Color spaces of #ac80fb

RGB 172128251
HSL0.730.940.74
HSV261°49°98°
CMYK 0.310.490.00   0.02
XYZ42.145031.174095.0627
Yxy31.17400.25030.1851
Hunter Lab55.833737.0284-61.8639
CIE-Lab62.654242.2489-55.5417

#ac80fb color RGB value is (172,128,251).

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

The process color (four color CMYK) of #ac80fb color hex is 0.31, 0.49, 0.00, 0.02. Web safe color of #ac80fb is #9999ff. Color #ac80fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000000 11111011
Octal 254 200 373
Decimal 172 128 251
Hex AC 80 FB

RGB Percentages of Color #ac80fb

%31.22
%23.23
%45.55

CMYK Percentages of Color #ac80fb

%31
%49
%0
%2

Triadic Colors of #ac80fb

#ac80fb #fbac80 #80fbac

Analogous Colors of #ac80fb

#ac80fb #ea80fb #8092fb

Monochromatic Colors of #ac80fb

#ac80fb

Complementary Color

#ac80fb #cffb80

#ac80fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac80fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac80fb Color CSS Codes

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

#ac80fb Text Font Color

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

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


#ac80fb Background Color

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

This div background color is #ac80fb


#ac80fb Border Color

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

This div border color is #ac80fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac80fb


Comments

No comments written yet.

Please login to write comment.