Color Hex Logo

#ac303f Color Hex

#AC303F
(172,48,63)
0 Favorites   0 Comments

Color spaces of #ac303f

RGB 1724863
HSL0.980.560.43
HSV353°72°67°
CMYK 0.000.720.63   0.33
XYZ18.967411.24345.8731
Yxy11.24340.52560.3116
Hunter Lab33.531242.291613.0870
CIE-Lab39.987450.861120.9630

#ac303f color RGB value is (172,48,63).

#ac303f hex color red value is 172, green value is 48 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ac303f hue: 0.98 , saturation: 0.56 and the lightness value of ac303f is 0.43.

The process color (four color CMYK) of #ac303f color hex is 0.00, 0.72, 0.63, 0.33. Web safe color of #ac303f is #993333. Color #ac303f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110000 00111111
Octal 254 60 77
Decimal 172 48 63
Hex AC 30 3F

RGB Percentages of Color #ac303f

%60.78
%16.96
%22.26

CMYK Percentages of Color #ac303f

%0
%72
%63
%33

Triadic Colors of #ac303f

#ac303f #3fac30 #303fac

Analogous Colors of #ac303f

#ac303f #ac5f30 #ac307d

Monochromatic Colors of #ac303f

#ac303f

Complementary Color

#ac303f #30ac9d

#ac303f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac303f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac303f Color CSS Codes

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

#ac303f Text Font Color

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

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


#ac303f Background Color

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

This div background color is #ac303f


#ac303f Border Color

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

This div border color is #ac303f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac303f


Comments

No comments written yet.

Please login to write comment.