Color Hex Logo

#ac0e0f Color Hex

#AC0E0F
(172,14,15)
0 Favorites   0 Comments

Color spaces of #ac0e0f

RGB 1721415
HSL1.000.850.36
HSV360°92°67°
CMYK 0.000.920.91   0.33
XYZ17.25659.11921.3026
Yxy9.11920.62350.3295
Hunter Lab30.198049.156418.5811
CIE-Lab36.212858.067644.2802

#ac0e0f color RGB value is (172,14,15).

#ac0e0f hex color red value is 172, green value is 14 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ac0e0f hue: 1.00 , saturation: 0.85 and the lightness value of ac0e0f is 0.36.

The process color (four color CMYK) of #ac0e0f color hex is 0.00, 0.92, 0.91, 0.33. Web safe color of #ac0e0f is #990000. Color #ac0e0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001110 00001111
Octal 254 16 17
Decimal 172 14 15
Hex AC E F

RGB Percentages of Color #ac0e0f

%85.57
%6.97
%7.46

CMYK Percentages of Color #ac0e0f

%0
%92
%91
%33

Triadic Colors of #ac0e0f

#ac0e0f #0fac0e #0e0fac

Analogous Colors of #ac0e0f

#ac0e0f #ac5c0e #ac0e5e

Monochromatic Colors of #ac0e0f

#ac0e0f

Complementary Color

#ac0e0f #0eacab

#ac0e0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0e0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0e0f Color CSS Codes

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

#ac0e0f Text Font Color

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

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


#ac0e0f Background Color

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

This div background color is #ac0e0f


#ac0e0f Border Color

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

This div border color is #ac0e0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0e0f


Comments

No comments written yet.

Please login to write comment.