Color Hex Logo

#ac60fb Color Hex

#AC60FB
(172,96,251)
0 Favorites   0 Comments

Color spaces of #ac60fb

RGB 17296251
HSL0.750.950.68
HSV269°62°98°
CMYK 0.310.620.00   0.02
XYZ38.608724.101493.8839
Yxy24.10140.24660.1539
Hunter Lab49.093254.4660-79.0187
CIE-Lab56.189259.1385-65.8950

#ac60fb color RGB value is (172,96,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100000 11111011
Octal 254 140 373
Decimal 172 96 251
Hex AC 60 FB

RGB Percentages of Color #ac60fb

%33.14
%18.50
%48.36

CMYK Percentages of Color #ac60fb

%31
%62
%0
%2

Triadic Colors of #ac60fb

#ac60fb #fbac60 #60fbac

Analogous Colors of #ac60fb

#ac60fb #fa60fb #6062fb

Monochromatic Colors of #ac60fb

#ac60fb

Complementary Color

#ac60fb #affb60

#ac60fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac60fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac60fb Color CSS Codes

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

#ac60fb Text Font Color

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

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


#ac60fb Background Color

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

This div background color is #ac60fb


#ac60fb Border Color

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

This div border color is #ac60fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac60fb


Comments

No comments written yet.

Please login to write comment.