Color Hex Logo

#ac030e Color Hex

#AC030E
(172,3,14)
0 Favorites   0 Comments

Color spaces of #ac030e

RGB 172314
HSL0.990.970.34
HSV356°98°67°
CMYK 0.000.980.92   0.33
XYZ17.12518.86751.2245
Yxy8.86750.62920.3258
Hunter Lab29.778350.540718.4068
CIE-Lab35.727959.437144.3773

#ac030e color RGB value is (172,3,14).

#ac030e hex color red value is 172, green value is 3 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ac030e hue: 0.99 , saturation: 0.97 and the lightness value of ac030e is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00000011 00001110
Octal 254 3 16
Decimal 172 3 14
Hex AC 3 E

RGB Percentages of Color #ac030e

%91.01
%1.59
%7.41

CMYK Percentages of Color #ac030e

%0
%98
%92
%33

Triadic Colors of #ac030e

#ac030e #0eac03 #030eac

Analogous Colors of #ac030e

#ac030e #ac4d03 #ac0363

Monochromatic Colors of #ac030e

#ac030e

Complementary Color

#ac030e #03aca1

#ac030e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac030e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac030e Color CSS Codes

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

#ac030e Text Font Color

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

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


#ac030e Background Color

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

This div background color is #ac030e


#ac030e Border Color

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

This div border color is #ac030e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac030e


Comments

No comments written yet.

Please login to write comment.