Color Hex Logo

#ac283a Color Hex

#AC283A
(172,40,58)
0 Favorites   0 Comments

Color spaces of #ac283a

RGB 1724058
HSL0.980.620.42
HSV352°77°67°
CMYK 0.000.770.66   0.33
XYZ18.535810.59375.0708
Yxy10.59370.54200.3098
Hunter Lab32.548044.695413.5465
CIE-Lab38.887653.368722.6774

#ac283a color RGB value is (172,40,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101000 00111010
Octal 254 50 72
Decimal 172 40 58
Hex AC 28 3A

RGB Percentages of Color #ac283a

%63.70
%14.81
%21.48

CMYK Percentages of Color #ac283a

%0
%77
%66
%33

Triadic Colors of #ac283a

#ac283a #3aac28 #283aac

Analogous Colors of #ac283a

#ac283a #ac5828 #ac287c

Monochromatic Colors of #ac283a

#ac283a

Complementary Color

#ac283a #28ac9a

#ac283a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac283a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac283a Color CSS Codes

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

#ac283a Text Font Color

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

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


#ac283a Background Color

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

This div background color is #ac283a


#ac283a Border Color

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

This div border color is #ac283a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac283a


Comments

No comments written yet.

Please login to write comment.