Color Hex Logo

#ac206a Color Hex

#AC206A
(172,32,106)
0 Favorites   0 Comments

Color spaces of #ac206a

RGB 17232106
HSL0.910.690.40
HSV328°81°67°
CMYK 0.000.810.38   0.33
XYZ20.131310.844314.6678
Yxy10.84430.44110.2376
Hunter Lab32.930751.4925-3.3571
CIE-Lab39.317059.6092-7.1513

#ac206a color RGB value is (172,32,106).

#ac206a hex color red value is 172, green value is 32 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ac206a hue: 0.91 , saturation: 0.69 and the lightness value of ac206a is 0.40.

The process color (four color CMYK) of #ac206a color hex is 0.00, 0.81, 0.38, 0.33. Web safe color of #ac206a is #993366. Color #ac206a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100000 01101010
Octal 254 40 152
Decimal 172 32 106
Hex AC 20 6A

RGB Percentages of Color #ac206a

%55.48
%10.32
%34.19

CMYK Percentages of Color #ac206a

%0
%81
%38
%33

Triadic Colors of #ac206a

#ac206a #6aac20 #206aac

Analogous Colors of #ac206a

#ac206a #ac2024 #a820ac

Monochromatic Colors of #ac206a

#ac206a

Complementary Color

#ac206a #20ac62

#ac206a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac206a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac206a Color CSS Codes

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

#ac206a Text Font Color

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

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


#ac206a Background Color

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

This div background color is #ac206a


#ac206a Border Color

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

This div border color is #ac206a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac206a

#ac206a Color Palettes


Comments

No comments written yet.

Please login to write comment.