color codes Logo

#ad071d color codes

#AD071D
(173,7,29)
0 Favorites   0 Comments

Color spaces of #ad071d

RGB 173729
HSL0.980.920.35
HSV352°96°68°
CMYK 0.000.960.83   0.32
XYZ17.53139.12491.9997
Yxy9.12490.61180.3184
Hunter Lab30.207450.731817.2203
CIE-Lab36.223759.515737.2735

#ad071d color RGB value is (173,7,29).

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

The process color (four color CMYK) of #ad071d color code is 0.00, 0.96, 0.83, 0.32. Web safe color of #ad071d is #990033. Color #ad071d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000111 00011101
Octal 255 7 35
Decimal 173 7 29
Hex AD 7 1D

RGB Percentages of Color #ad071d

%82.78
%3.35
%13.88

CMYK Percentages of Color #ad071d

%0
%96
%83
%32

Triadic Colors of #ad071d

#ad071d #1dad07 #071dad

Analogous Colors of #ad071d

#ad071d #ad4407 #ad0770

Monochromatic Colors of #ad071d

#ad071d

Complementary Color

#ad071d #07ad97

#ad071d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad071d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad071d Color CSS Codes

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

#ad071d Text Font Color

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

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


#ad071d Background Color

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

This div background color is #ad071d


#ad071d Border Color

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

This div border color is #ad071d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad071d


Comments

No comments written yet.

Please login to write comment.