Color Hex Logo

#ac046b Color Hex

#AC046B
(172,4,107)
0 Favorites   0 Comments

Color spaces of #ac046b

RGB 1724107
HSL0.900.950.35
HSV323°98°67°
CMYK 0.000.980.38   0.33
XYZ19.71059.919014.7856
Yxy9.91900.44380.2233
Hunter Lab31.494456.5973-5.7886
CIE-Lab37.696764.5021-10.2187

#ac046b color RGB value is (172,4,107).

#ac046b hex color red value is 172, green value is 4 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ac046b hue: 0.90 , saturation: 0.95 and the lightness value of ac046b is 0.35.

The process color (four color CMYK) of #ac046b color hex is 0.00, 0.98, 0.38, 0.33. Web safe color of #ac046b is #990066. Color #ac046b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000100 01101011
Octal 254 4 153
Decimal 172 4 107
Hex AC 4 6B

RGB Percentages of Color #ac046b

%60.78
%1.41
%37.81

CMYK Percentages of Color #ac046b

%0
%98
%38
%33

Triadic Colors of #ac046b

#ac046b #6bac04 #046bac

Analogous Colors of #ac046b

#ac046b #ac0417 #9904ac

Monochromatic Colors of #ac046b

#ac046b

Complementary Color

#ac046b #04ac45

#ac046b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac046b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac046b Color CSS Codes

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

#ac046b Text Font Color

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

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


#ac046b Background Color

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

This div background color is #ac046b


#ac046b Border Color

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

This div border color is #ac046b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac046b


Comments

No comments written yet.

Please login to write comment.