Color Hex Logo

#ac20be Color Hex

#AC20BE
(172,32,190)
0 Favorites   0 Comments

Color spaces of #ac20be

RGB 17232190
HSL0.810.710.44
HSV293°83°75°
CMYK 0.090.830.00   0.25
XYZ26.824013.521449.9113
Yxy13.52140.29720.1498
Hunter Lab36.771565.8619-54.7366
CIE-Lab43.538671.3363-51.5562

#ac20be color RGB value is (172,32,190).

#ac20be hex color red value is 172, green value is 32 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ac20be hue: 0.81 , saturation: 0.71 and the lightness value of ac20be is 0.44.

The process color (four color CMYK) of #ac20be color hex is 0.09, 0.83, 0.00, 0.25. Web safe color of #ac20be is #9933cc. Color #ac20be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100000 10111110
Octal 254 40 276
Decimal 172 32 190
Hex AC 20 BE

RGB Percentages of Color #ac20be

%43.65
%8.12
%48.22

CMYK Percentages of Color #ac20be

%9
%83
%0
%25

Triadic Colors of #ac20be

#ac20be #beac20 #20beac

Analogous Colors of #ac20be

#ac20be #be2081 #5d20be

Monochromatic Colors of #ac20be

#ac20be

Complementary Color

#ac20be #32be20

#ac20be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac20be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac20be Color CSS Codes

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

#ac20be Text Font Color

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

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


#ac20be Background Color

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

This div background color is #ac20be


#ac20be Border Color

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

This div border color is #ac20be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac20be


Comments

No comments written yet.

Please login to write comment.