Color Hex Logo

#ac063f Color Hex

#AC063F
(172,6,63)
0 Favorites   0 Comments

Color spaces of #ac063f

RGB 172663
HSL0.940.930.35
HSV339°97°67°
CMYK 0.000.970.63   0.33
XYZ17.97569.25985.5425
Yxy9.25980.54840.2825
Hunter Lab30.429952.191410.5019
CIE-Lab36.479860.796216.3607

#ac063f color RGB value is (172,6,63).

#ac063f hex color red value is 172, green value is 6 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ac063f hue: 0.94 , saturation: 0.93 and the lightness value of ac063f is 0.35.

The process color (four color CMYK) of #ac063f color hex is 0.00, 0.97, 0.63, 0.33. Web safe color of #ac063f is #990033. Color #ac063f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000110 00111111
Octal 254 6 77
Decimal 172 6 63
Hex AC 6 3F

RGB Percentages of Color #ac063f

%71.37
%2.49
%26.14

CMYK Percentages of Color #ac063f

%0
%97
%63
%33

Triadic Colors of #ac063f

#ac063f #3fac06 #063fac

Analogous Colors of #ac063f

#ac063f #ac2006 #ac0692

Monochromatic Colors of #ac063f

#ac063f

Complementary Color

#ac063f #06ac73

#ac063f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac063f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac063f Color CSS Codes

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

#ac063f Text Font Color

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

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


#ac063f Background Color

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

This div background color is #ac063f


#ac063f Border Color

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

This div border color is #ac063f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac063f


Comments

No comments written yet.

Please login to write comment.