Color Hex Logo

#ac60bd Color Hex

#AC60BD
(172,96,189)
0 Favorites   0 Comments

Color spaces of #ac60bd

RGB 17296189
HSL0.800.410.56
HSV289°49°74°
CMYK 0.090.490.00   0.26
XYZ30.381420.810550.5597
Yxy20.81050.29860.2045
Hunter Lab45.618539.0465-33.7790
CIE-Lab52.741545.5696-36.3541

#ac60bd color RGB value is (172,96,189).

#ac60bd hex color red value is 172, green value is 96 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ac60bd hue: 0.80 , saturation: 0.41 and the lightness value of ac60bd is 0.56.

The process color (four color CMYK) of #ac60bd color hex is 0.09, 0.49, 0.00, 0.26. Web safe color of #ac60bd is #9966cc. Color #ac60bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100000 10111101
Octal 254 140 275
Decimal 172 96 189
Hex AC 60 BD

RGB Percentages of Color #ac60bd

%37.64
%21.01
%41.36

CMYK Percentages of Color #ac60bd

%9
%49
%0
%26

Triadic Colors of #ac60bd

#ac60bd #bdac60 #60bdac

Analogous Colors of #ac60bd

#ac60bd #bd60a0 #7e60bd

Monochromatic Colors of #ac60bd

#ac60bd

Complementary Color

#ac60bd #71bd60

#ac60bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac60bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac60bd Color CSS Codes

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

#ac60bd Text Font Color

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

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


#ac60bd Background Color

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

This div background color is #ac60bd


#ac60bd Border Color

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

This div border color is #ac60bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac60bd


Comments

No comments written yet.

Please login to write comment.