Color Hex Logo

#ac60fd Color Hex

#AC60FD
(172,96,253)
0 Favorites   0 Comments

Color spaces of #ac60fd

RGB 17296253
HSL0.750.980.68
HSV269°62°99°
CMYK 0.320.620.00   0.01
XYZ38.925824.228295.5534
Yxy24.22820.24530.1527
Hunter Lab49.222155.0224-80.6423
CIE-Lab56.315659.6048-66.7989

#ac60fd color RGB value is (172,96,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100000 11111101
Octal 254 140 375
Decimal 172 96 253
Hex AC 60 FD

RGB Percentages of Color #ac60fd

%33.01
%18.43
%48.56

CMYK Percentages of Color #ac60fd

%32
%62
%0
%1

Triadic Colors of #ac60fd

#ac60fd #fdac60 #60fdac

Analogous Colors of #ac60fd

#ac60fd #fb60fd #6062fd

Monochromatic Colors of #ac60fd

#ac60fd

Complementary Color

#ac60fd #b1fd60

#ac60fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac60fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac60fd Color CSS Codes

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

#ac60fd Text Font Color

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

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


#ac60fd Background Color

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

This div background color is #ac60fd


#ac60fd Border Color

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

This div border color is #ac60fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac60fd


Comments

No comments written yet.

Please login to write comment.