Color Hex Logo

#ac59ec Color Hex

#AC59EC
(172,89,236)
0 Favorites   0 Comments

Color spaces of #ac59ec

RGB 17289236
HSL0.760.790.64
HSV274°62°93°
CMYK 0.270.620.00   0.07
XYZ35.726021.971581.7148
Yxy21.97150.25630.1576
Hunter Lab46.873854.0191-70.5483
CIE-Lab53.996859.1332-61.0670

#ac59ec color RGB value is (172,89,236).

#ac59ec hex color red value is 172, green value is 89 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ac59ec hue: 0.76 , saturation: 0.79 and the lightness value of ac59ec is 0.64.

The process color (four color CMYK) of #ac59ec color hex is 0.27, 0.62, 0.00, 0.07. Web safe color of #ac59ec is #9966ff. Color #ac59ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011001 11101100
Octal 254 131 354
Decimal 172 89 236
Hex AC 59 EC

RGB Percentages of Color #ac59ec

%34.61
%17.91
%47.48

CMYK Percentages of Color #ac59ec

%27
%62
%0
%7

Triadic Colors of #ac59ec

#ac59ec #ecac59 #59ecac

Analogous Colors of #ac59ec

#ac59ec #ec59e3 #6359ec

Monochromatic Colors of #ac59ec

#ac59ec

Complementary Color

#ac59ec #99ec59

#ac59ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac59ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac59ec Color CSS Codes

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

#ac59ec Text Font Color

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

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


#ac59ec Background Color

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

This div background color is #ac59ec


#ac59ec Border Color

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

This div border color is #ac59ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac59ec


Comments

No comments written yet.

Please login to write comment.