Color Hex Logo

#ac20b7 Color Hex

#AC20B7
(172,32,183)
0 Favorites   0 Comments

Color spaces of #ac20b7

RGB 17232183
HSL0.820.700.42
HSV296°83°72°
CMYK 0.060.830.00   0.28
XYZ26.077013.222645.9775
Yxy13.22260.30580.1551
Hunter Lab36.362964.3730-49.5127
CIE-Lab43.096870.1677-48.1553

#ac20b7 color RGB value is (172,32,183).

#ac20b7 hex color red value is 172, green value is 32 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #ac20b7 hue: 0.82 , saturation: 0.70 and the lightness value of ac20b7 is 0.42.

The process color (four color CMYK) of #ac20b7 color hex is 0.06, 0.83, 0.00, 0.28. Web safe color of #ac20b7 is #9933cc. Color #ac20b7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100000 10110111
Octal 254 40 267
Decimal 172 32 183
Hex AC 20 B7

RGB Percentages of Color #ac20b7

%44.44
%8.27
%47.29

CMYK Percentages of Color #ac20b7

%6
%83
%0
%28

Triadic Colors of #ac20b7

#ac20b7 #b7ac20 #20b7ac

Analogous Colors of #ac20b7

#ac20b7 #b72077 #6120b7

Monochromatic Colors of #ac20b7

#ac20b7

Complementary Color

#ac20b7 #2bb720

#ac20b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac20b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac20b7 Color CSS Codes

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

#ac20b7 Text Font Color

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

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


#ac20b7 Background Color

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

This div background color is #ac20b7


#ac20b7 Border Color

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

This div border color is #ac20b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac20b7


Comments

No comments written yet.

Please login to write comment.