Color Hex Logo

#ac60fc Color Hex

#AC60FC
(172,96,252)
0 Favorites   0 Comments

Color spaces of #ac60fc

RGB 17296252
HSL0.750.960.68
HSV269°62°99°
CMYK 0.320.620.00   0.01
XYZ38.766824.164794.7165
Yxy24.16470.24590.1533
Hunter Lab49.157654.7433-79.8292
CIE-Lab56.252359.3711-66.3472

#ac60fc color RGB value is (172,96,252).

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

The process color (four color CMYK) of #ac60fc color hex is 0.32, 0.62, 0.00, 0.01. Web safe color of #ac60fc is #9966ff. Color #ac60fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100000 11111100
Octal 254 140 374
Decimal 172 96 252
Hex AC 60 FC

RGB Percentages of Color #ac60fc

%33.08
%18.46
%48.46

CMYK Percentages of Color #ac60fc

%32
%62
%0
%1

Triadic Colors of #ac60fc

#ac60fc #fcac60 #60fcac

Analogous Colors of #ac60fc

#ac60fc #fa60fc #6062fc

Monochromatic Colors of #ac60fc

#ac60fc

Complementary Color

#ac60fc #b0fc60

#ac60fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac60fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac60fc Color CSS Codes

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

#ac60fc Text Font Color

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

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


#ac60fc Background Color

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

This div background color is #ac60fc


#ac60fc Border Color

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

This div border color is #ac60fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,96,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ac60fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac60fc

Related Colors


Comments

No comments written yet.

Please login to write comment.