Color Hex Logo

#ac262f Color Hex

#AC262F
(172,38,47)
0 Favorites   0 Comments

Color spaces of #ac262f

RGB 1723847
HSL0.990.640.41
HSV356°78°67°
CMYK 0.000.780.73   0.33
XYZ18.219510.36213.7291
Yxy10.36210.56390.3207
Hunter Lab32.190244.697215.6647
CIE-Lab38.484653.446828.9892

#ac262f color RGB value is (172,38,47).

#ac262f hex color red value is 172, green value is 38 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ac262f hue: 0.99 , saturation: 0.64 and the lightness value of ac262f is 0.41.

The process color (four color CMYK) of #ac262f color hex is 0.00, 0.78, 0.73, 0.33. Web safe color of #ac262f is #993333. Color #ac262f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100110 00101111
Octal 254 46 57
Decimal 172 38 47
Hex AC 26 2F

RGB Percentages of Color #ac262f

%66.93
%14.79
%18.29

CMYK Percentages of Color #ac262f

%0
%78
%73
%33

Triadic Colors of #ac262f

#ac262f #2fac26 #262fac

Analogous Colors of #ac262f

#ac262f #ac6026 #ac2672

Monochromatic Colors of #ac262f

#ac262f

Complementary Color

#ac262f #26aca3

#ac262f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac262f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac262f Color CSS Codes

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

#ac262f Text Font Color

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

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


#ac262f Background Color

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

This div background color is #ac262f


#ac262f Border Color

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

This div border color is #ac262f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac262f


Comments

No comments written yet.

Please login to write comment.