Color Hex Logo

#ac58e3 Color Hex

#AC58E3
(172,88,227)
0 Favorites   0 Comments

Color spaces of #ac58e3

RGB 17288227
HSL0.770.710.62
HSV276°61°89°
CMYK 0.240.610.00   0.11
XYZ34.368121.296274.9722
Yxy21.29620.26310.1630
Hunter Lab46.147852.1774-64.0197
CIE-Lab53.272257.6255-57.1731

#ac58e3 color RGB value is (172,88,227).

#ac58e3 hex color red value is 172, green value is 88 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #ac58e3 hue: 0.77 , saturation: 0.71 and the lightness value of ac58e3 is 0.62.

The process color (four color CMYK) of #ac58e3 color hex is 0.24, 0.61, 0.00, 0.11. Web safe color of #ac58e3 is #9966cc. Color #ac58e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011000 11100011
Octal 254 130 343
Decimal 172 88 227
Hex AC 58 E3

RGB Percentages of Color #ac58e3

%35.32
%18.07
%46.61

CMYK Percentages of Color #ac58e3

%24
%61
%0
%11

Triadic Colors of #ac58e3

#ac58e3 #e3ac58 #58e3ac

Analogous Colors of #ac58e3

#ac58e3 #e358d5 #6758e3

Monochromatic Colors of #ac58e3

#ac58e3

Complementary Color

#ac58e3 #8fe358

#ac58e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac58e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac58e3 Color CSS Codes

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

#ac58e3 Text Font Color

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

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


#ac58e3 Background Color

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

This div background color is #ac58e3


#ac58e3 Border Color

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

This div border color is #ac58e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac58e3


Comments

No comments written yet.

Please login to write comment.