Color Hex Logo

#ac1507 Color Hex

#AC1507
(172,21,7)
0 Favorites   0 Comments

Color spaces of #ac1507

RGB 172217
HSL0.010.920.35
HSV96°67°
CMYK 0.000.880.96   0.33
XYZ17.31989.32231.0875
Yxy9.32230.62460.3362
Hunter Lab30.532447.823919.2609
CIE-Lab36.597656.754847.6143

#ac1507 color RGB value is (172,21,7).

#ac1507 hex color red value is 172, green value is 21 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #ac1507 hue: 0.01 , saturation: 0.92 and the lightness value of ac1507 is 0.35.

The process color (four color CMYK) of #ac1507 color hex is 0.00, 0.88, 0.96, 0.33. Web safe color of #ac1507 is #990000. Color #ac1507 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00010101 00000111
Octal 254 25 7
Decimal 172 21 7
Hex AC 15 7

RGB Percentages of Color #ac1507

%86.00
%10.50
%3.50

CMYK Percentages of Color #ac1507

%0
%88
%96
%33

Triadic Colors of #ac1507

#ac1507 #07ac15 #1507ac

Analogous Colors of #ac1507

#ac1507 #ac6807 #ac074c

Monochromatic Colors of #ac1507

#ac1507

Complementary Color

#ac1507 #079eac

#ac1507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac1507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac1507 Color CSS Codes

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

#ac1507 Text Font Color

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

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


#ac1507 Background Color

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

This div background color is #ac1507


#ac1507 Border Color

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

This div border color is #ac1507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac1507


Comments

No comments written yet.

Please login to write comment.