Color Hex Logo

#ac20eb Color Hex

#AC20EB
(172,32,235)
0 Favorites   0 Comments

Color spaces of #ac20eb

RGB 17232235
HSL0.780.840.52
HSV281°86°92°
CMYK 0.270.860.00   0.08
XYZ32.525215.801879.9331
Yxy15.80180.25360.1232
Hunter Lab39.751576.4860-91.3955
CIE-Lab46.713479.4118-72.2938

#ac20eb color RGB value is (172,32,235).

#ac20eb hex color red value is 172, green value is 32 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ac20eb hue: 0.78 , saturation: 0.84 and the lightness value of ac20eb is 0.52.

The process color (four color CMYK) of #ac20eb color hex is 0.27, 0.86, 0.00, 0.08. Web safe color of #ac20eb is #9933ff. Color #ac20eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100000 11101011
Octal 254 40 353
Decimal 172 32 235
Hex AC 20 EB

RGB Percentages of Color #ac20eb

%39.18
%7.29
%53.53

CMYK Percentages of Color #ac20eb

%27
%86
%0
%8

Triadic Colors of #ac20eb

#ac20eb #ebac20 #20ebac

Analogous Colors of #ac20eb

#ac20eb #eb20c5 #4720eb

Monochromatic Colors of #ac20eb

#ac20eb

Complementary Color

#ac20eb #5feb20

#ac20eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac20eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac20eb Color CSS Codes

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

#ac20eb Text Font Color

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

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


#ac20eb Background Color

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

This div background color is #ac20eb


#ac20eb Border Color

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

This div border color is #ac20eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac20eb


Comments

No comments written yet.

Please login to write comment.