Color Hex Logo

#ac58ea Color Hex

#AC58EA
(172,88,234)
0 Favorites   0 Comments

Color spaces of #ac58ea

RGB 17288234
HSL0.760.780.63
HSV275°62°92°
CMYK 0.260.620.00   0.08
XYZ35.354321.690680.1652
Yxy21.69060.25770.1581
Hunter Lab46.573253.9986-69.4531
CIE-Lab53.697259.1687-60.4273

#ac58ea color RGB value is (172,88,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011000 11101010
Octal 254 130 352
Decimal 172 88 234
Hex AC 58 EA

RGB Percentages of Color #ac58ea

%34.82
%17.81
%47.37

CMYK Percentages of Color #ac58ea

%26
%62
%0
%8

Triadic Colors of #ac58ea

#ac58ea #eaac58 #58eaac

Analogous Colors of #ac58ea

#ac58ea #ea58df #6358ea

Monochromatic Colors of #ac58ea

#ac58ea

Complementary Color

#ac58ea #96ea58

#ac58ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac58ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac58ea Color CSS Codes

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

#ac58ea Text Font Color

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

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


#ac58ea Background Color

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

This div background color is #ac58ea


#ac58ea Border Color

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

This div border color is #ac58ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,88,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 #ac58ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac58ea


Comments

No comments written yet.

Please login to write comment.