Color Hex Logo

#ad282d Color Hex

#AD282D
(173,40,45)
0 Favorites   0 Comments

Color spaces of #ad282d

RGB 1734045
HSL0.990.620.42
HSV358°77°68°
CMYK 0.000.770.74   0.32
XYZ18.466010.59133.5537
Yxy10.59130.56630.3248
Hunter Lab32.544344.330516.3068
CIE-Lab38.883453.022230.7115

#ad282d color RGB value is (173,40,45).

#ad282d hex color red value is 173, green value is 40 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ad282d hue: 0.99 , saturation: 0.62 and the lightness value of ad282d is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101000 00101101
Octal 255 50 55
Decimal 173 40 45
Hex AD 28 2D

RGB Percentages of Color #ad282d

%67.05
%15.50
%17.44

CMYK Percentages of Color #ad282d

%0
%77
%74
%32

Triadic Colors of #ad282d

#ad282d #2dad28 #282dad

Analogous Colors of #ad282d

#ad282d #ad6628 #ad2870

Monochromatic Colors of #ad282d

#ad282d

Complementary Color

#ad282d #28ada8

#ad282d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad282d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad282d Color CSS Codes

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

#ad282d Text Font Color

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

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


#ad282d Background Color

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

This div background color is #ad282d


#ad282d Border Color

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

This div border color is #ad282d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad282d


Comments

No comments written yet.

Please login to write comment.