Color Hex Logo

#ad020e Color Hex

#AD020E
(173,2,14)
0 Favorites   0 Comments

Color spaces of #ad020e

RGB 173214
HSL0.990.980.34
HSV356°99°68°
CMYK 0.000.990.92   0.32
XYZ17.33468.95941.2312
Yxy8.95940.62980.3255
Hunter Lab29.932350.992918.5138
CIE-Lab35.906059.816444.6028

#ad020e color RGB value is (173,2,14).

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

The process color (four color CMYK) of #ad020e color hex is 0.00, 0.99, 0.92, 0.32. Web safe color of #ad020e is #990000. Color #ad020e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000010 00001110
Octal 255 2 16
Decimal 173 2 14
Hex AD 2 E

RGB Percentages of Color #ad020e

%91.53
%1.06
%7.41

CMYK Percentages of Color #ad020e

%0
%99
%92
%32

Triadic Colors of #ad020e

#ad020e #0ead02 #020ead

Analogous Colors of #ad020e

#ad020e #ad4c02 #ad0263

Monochromatic Colors of #ad020e

#ad020e

Complementary Color

#ad020e #02ada1

#ad020e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad020e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad020e Color CSS Codes

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

#ad020e Text Font Color

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

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


#ad020e Background Color

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

This div background color is #ad020e


#ad020e Border Color

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

This div border color is #ad020e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,2,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 #ad020e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad020e


Comments

No comments written yet.

Please login to write comment.