Color Hex Logo

#ad312d Color Hex

#AD312D
(173,49,45)
0 Favorites   0 Comments

Color spaces of #ad312d

RGB 1734945
HSL0.010.590.43
HSV74°68°
CMYK 0.000.720.74   0.32
XYZ18.805511.27033.6669
Yxy11.27030.55730.3340
Hunter Lab33.571341.240017.0238
CIE-Lab40.032049.835132.0203

#ad312d color RGB value is (173,49,45).

#ad312d hex color red value is 173, green value is 49 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ad312d hue: 0.01 , saturation: 0.59 and the lightness value of ad312d is 0.43.

The process color (four color CMYK) of #ad312d color hex is 0.00, 0.72, 0.74, 0.32. Web safe color of #ad312d is #993333. Color #ad312d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110001 00101101
Octal 255 61 55
Decimal 173 49 45
Hex AD 31 2D

RGB Percentages of Color #ad312d

%64.79
%18.35
%16.85

CMYK Percentages of Color #ad312d

%0
%72
%74
%32

Triadic Colors of #ad312d

#ad312d #2dad31 #312dad

Analogous Colors of #ad312d

#ad312d #ad712d #ad2d69

Monochromatic Colors of #ad312d

#ad312d

Complementary Color

#ad312d #2da9ad

#ad312d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad312d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad312d Color CSS Codes

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

#ad312d Text Font Color

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

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


#ad312d Background Color

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

This div background color is #ad312d


#ad312d Border Color

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

This div border color is #ad312d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad312d


Comments

No comments written yet.

Please login to write comment.