Color Hex Logo

#ac033b Color Hex

#AC033B
(172,3,59)
0 Favorites   0 Comments

Color spaces of #ac033b

RGB 172359
HSL0.940.970.34
HSV340°98°67°
CMYK 0.000.980.66   0.33
XYZ17.83529.15154.9641
Yxy9.15150.55820.2864
Hunter Lab30.251452.297411.4468
CIE-Lab36.274460.932318.6802

#ac033b color RGB value is (172,3,59).

#ac033b hex color red value is 172, green value is 3 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ac033b hue: 0.94 , saturation: 0.97 and the lightness value of ac033b is 0.34.

The process color (four color CMYK) of #ac033b color hex is 0.00, 0.98, 0.66, 0.33. Web safe color of #ac033b is #990033. Color #ac033b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000011 00111011
Octal 254 3 73
Decimal 172 3 59
Hex AC 3 3B

RGB Percentages of Color #ac033b

%73.50
%1.28
%25.21

CMYK Percentages of Color #ac033b

%0
%98
%66
%33

Triadic Colors of #ac033b

#ac033b #3bac03 #033bac

Analogous Colors of #ac033b

#ac033b #ac2003 #ac0390

Monochromatic Colors of #ac033b

#ac033b

Complementary Color

#ac033b #03ac74

#ac033b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac033b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac033b Color CSS Codes

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

#ac033b Text Font Color

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

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


#ac033b Background Color

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

This div background color is #ac033b


#ac033b Border Color

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

This div border color is #ac033b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac033b


Comments

No comments written yet.

Please login to write comment.