Color Hex Logo

#ad363b Color Hex

#AD363B
(173,54,59)
0 Favorites   0 Comments

Color spaces of #ad363b

RGB 1735459
HSL0.990.520.45
HSV357°69°68°
CMYK 0.000.690.66   0.32
XYZ19.342211.83835.4033
Yxy11.83830.52870.3236
Hunter Lab34.406840.133914.7738
CIE-Lab40.958048.589824.7075

#ad363b color RGB value is (173,54,59).

#ad363b hex color red value is 173, green value is 54 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ad363b hue: 0.99 , saturation: 0.52 and the lightness value of ad363b is 0.45.

The process color (four color CMYK) of #ad363b color hex is 0.00, 0.69, 0.66, 0.32. Web safe color of #ad363b is #993333. Color #ad363b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110110 00111011
Octal 255 66 73
Decimal 173 54 59
Hex AD 36 3B

RGB Percentages of Color #ad363b

%60.49
%18.88
%20.63

CMYK Percentages of Color #ad363b

%0
%69
%66
%32

Triadic Colors of #ad363b

#ad363b #3bad36 #363bad

Analogous Colors of #ad363b

#ad363b #ad6d36 #ad3677

Monochromatic Colors of #ad363b

#ad363b

Complementary Color

#ad363b #36ada8

#ad363b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad363b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad363b Color CSS Codes

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

#ad363b Text Font Color

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

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


#ad363b Background Color

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

This div background color is #ad363b


#ad363b Border Color

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

This div border color is #ad363b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad363b


Comments

No comments written yet.

Please login to write comment.