Color Hex Logo

#ac59ce Color Hex

#AC59CE
(172,89,206)
0 Favorites   0 Comments

Color spaces of #ac59ce

RGB 17289206
HSL0.780.540.58
HSV283°57°81°
CMYK 0.170.570.00   0.19
XYZ31.726220.371660.6525
Yxy20.37160.28140.1807
Hunter Lab45.134946.4850-48.0797
CIE-Lab52.254852.6390-46.8801

#ac59ce color RGB value is (172,89,206).

#ac59ce hex color red value is 172, green value is 89 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ac59ce hue: 0.78 , saturation: 0.54 and the lightness value of ac59ce is 0.58.

The process color (four color CMYK) of #ac59ce color hex is 0.17, 0.57, 0.00, 0.19. Web safe color of #ac59ce is #9966cc. Color #ac59ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011001 11001110
Octal 254 131 316
Decimal 172 89 206
Hex AC 59 CE

RGB Percentages of Color #ac59ce

%36.83
%19.06
%44.11

CMYK Percentages of Color #ac59ce

%17
%57
%0
%19

Triadic Colors of #ac59ce

#ac59ce #ceac59 #59ceac

Analogous Colors of #ac59ce

#ac59ce #ce59b6 #7259ce

Monochromatic Colors of #ac59ce

#ac59ce

Complementary Color

#ac59ce #7bce59

#ac59ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac59ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac59ce Color CSS Codes

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

#ac59ce Text Font Color

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

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


#ac59ce Background Color

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

This div background color is #ac59ce


#ac59ce Border Color

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

This div border color is #ac59ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac59ce


Comments

No comments written yet.

Please login to write comment.