Color Hex Logo

#ac246a Color Hex

#AC246A
(172,36,106)
0 Favorites   0 Comments

Color spaces of #ac246a

RGB 17236106
HSL0.910.650.41
HSV329°79°67°
CMYK 0.000.790.38   0.33
XYZ20.245711.073014.7059
Yxy11.07300.43990.2406
Hunter Lab33.276150.3689-2.9091
CIE-Lab39.703258.5082-6.5742

#ac246a color RGB value is (172,36,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100100 01101010
Octal 254 44 152
Decimal 172 36 106
Hex AC 24 6A

RGB Percentages of Color #ac246a

%54.78
%11.46
%33.76

CMYK Percentages of Color #ac246a

%0
%79
%38
%33

Triadic Colors of #ac246a

#ac246a #6aac24 #246aac

Analogous Colors of #ac246a

#ac246a #ac2426 #aa24ac

Monochromatic Colors of #ac246a

#ac246a

Complementary Color

#ac246a #24ac66

#ac246a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac246a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac246a Color CSS Codes

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

#ac246a Text Font Color

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

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


#ac246a Background Color

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

This div background color is #ac246a


#ac246a Border Color

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

This div border color is #ac246a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,36,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 #ac246a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac246a


Comments

No comments written yet.

Please login to write comment.