Color Hex Logo

#ac20e0 Color Hex

#AC20E0
(172,32,224)
0 Favorites   0 Comments

Color spaces of #ac20e0

RGB 17232224
HSL0.790.760.50
HSV284°86°88°
CMYK 0.230.860.00   0.12
XYZ30.984315.185571.8190
Yxy15.18550.26260.1287
Hunter Lab38.968673.7321-81.9933
CIE-Lab45.887277.3604-67.3943

#ac20e0 color RGB value is (172,32,224).

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

The process color (four color CMYK) of #ac20e0 color hex is 0.23, 0.86, 0.00, 0.12. Web safe color of #ac20e0 is #9933cc. Color #ac20e0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100000 11100000
Octal 254 40 340
Decimal 172 32 224
Hex AC 20 E0

RGB Percentages of Color #ac20e0

%40.19
%7.48
%52.34

CMYK Percentages of Color #ac20e0

%23
%86
%0
%12

Triadic Colors of #ac20e0

#ac20e0 #e0ac20 #20e0ac

Analogous Colors of #ac20e0

#ac20e0 #e020b4 #4c20e0

Monochromatic Colors of #ac20e0

#ac20e0

Complementary Color

#ac20e0 #54e020

#ac20e0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac20e0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac20e0 Color CSS Codes

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

#ac20e0 Text Font Color

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

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


#ac20e0 Background Color

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

This div background color is #ac20e0


#ac20e0 Border Color

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

This div border color is #ac20e0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac20e0


Comments

No comments written yet.

Please login to write comment.