Color Hex Logo

#ac59ea Color Hex

#AC59EA
(172,89,234)
0 Favorites   0 Comments

Color spaces of #ac59ea

RGB 17289234
HSL0.760.780.63
HSV274°62°92°
CMYK 0.260.620.00   0.08
XYZ35.436921.855980.1928
Yxy21.85590.25770.1590
Hunter Lab46.750353.4907-68.9775
CIE-Lab53.873858.6873-60.1435

#ac59ea color RGB value is (172,89,234).

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

The process color (four color CMYK) of #ac59ea color hex is 0.26, 0.62, 0.00, 0.08. Web safe color of #ac59ea is #9966ff. Color #ac59ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011001 11101010
Octal 254 131 352
Decimal 172 89 234
Hex AC 59 EA

RGB Percentages of Color #ac59ea

%34.75
%17.98
%47.27

CMYK Percentages of Color #ac59ea

%26
%62
%0
%8

Triadic Colors of #ac59ea

#ac59ea #eaac59 #59eaac

Analogous Colors of #ac59ea

#ac59ea #ea59e0 #6359ea

Monochromatic Colors of #ac59ea

#ac59ea

Complementary Color

#ac59ea #97ea59

#ac59ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac59ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac59ea Color CSS Codes

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

#ac59ea Text Font Color

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

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


#ac59ea Background Color

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

This div background color is #ac59ea


#ac59ea Border Color

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

This div border color is #ac59ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac59ea


Comments

No comments written yet.

Please login to write comment.