Color Hex Logo

#ac20bf Color Hex

#AC20BF
(172,32,191)
0 Favorites   0 Comments

Color spaces of #ac20bf

RGB 17232191
HSL0.810.710.44
HSV293°83°75°
CMYK 0.100.830.00   0.25
XYZ26.933713.565350.4890
Yxy13.56530.29600.1491
Hunter Lab36.831166.0783-55.4945
CIE-Lab43.603071.5054-52.0379

#ac20bf color RGB value is (172,32,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100000 10111111
Octal 254 40 277
Decimal 172 32 191
Hex AC 20 BF

RGB Percentages of Color #ac20bf

%43.54
%8.10
%48.35

CMYK Percentages of Color #ac20bf

%10
%83
%0
%25

Triadic Colors of #ac20bf

#ac20bf #bfac20 #20bfac

Analogous Colors of #ac20bf

#ac20bf #bf2083 #5d20bf

Monochromatic Colors of #ac20bf

#ac20bf

Complementary Color

#ac20bf #33bf20

#ac20bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac20bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac20bf Color CSS Codes

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

#ac20bf Text Font Color

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

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


#ac20bf Background Color

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

This div background color is #ac20bf


#ac20bf Border Color

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

This div border color is #ac20bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac20bf


Comments

No comments written yet.

Please login to write comment.