Color Hex Logo

#ac283f Color Hex

#AC283F
(172,40,63)
0 Favorites   0 Comments

Color spaces of #ac283f

RGB 1724063
HSL0.970.620.42
HSV350°77°67°
CMYK 0.000.770.63   0.33
XYZ18.669310.64715.7737
Yxy10.64710.53200.3034
Hunter Lab32.629945.027012.3499
CIE-Lab38.979653.666319.6542

#ac283f color RGB value is (172,40,63).

#ac283f hex color red value is 172, green value is 40 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ac283f hue: 0.97 , saturation: 0.62 and the lightness value of ac283f is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101000 00111111
Octal 254 50 77
Decimal 172 40 63
Hex AC 28 3F

RGB Percentages of Color #ac283f

%62.55
%14.55
%22.91

CMYK Percentages of Color #ac283f

%0
%77
%63
%33

Triadic Colors of #ac283f

#ac283f #3fac28 #283fac

Analogous Colors of #ac283f

#ac283f #ac5328 #ac2881

Monochromatic Colors of #ac283f

#ac283f

Complementary Color

#ac283f #28ac95

#ac283f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac283f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac283f Color CSS Codes

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

#ac283f Text Font Color

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

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


#ac283f Background Color

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

This div background color is #ac283f


#ac283f Border Color

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

This div border color is #ac283f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac283f


Comments

No comments written yet.

Please login to write comment.