Color Hex Logo

#ad1b3b Color Hex

#AD1B3B
(173,27,59)
0 Favorites   0 Comments

Color spaces of #ad1b3b

RGB 1732759
HSL0.960.730.39
HSV347°84°68°
CMYK 0.000.840.66   0.32
XYZ18.41499.98395.0942
Yxy9.98390.54980.2981
Hunter Lab31.597348.734412.5592
CIE-Lab37.813557.366420.7151

#ad1b3b color RGB value is (173,27,59).

#ad1b3b hex color red value is 173, green value is 27 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ad1b3b hue: 0.96 , saturation: 0.73 and the lightness value of ad1b3b is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011011 00111011
Octal 255 33 73
Decimal 173 27 59
Hex AD 1B 3B

RGB Percentages of Color #ad1b3b

%66.80
%10.42
%22.78

CMYK Percentages of Color #ad1b3b

%0
%84
%66
%32

Triadic Colors of #ad1b3b

#ad1b3b #3bad1b #1b3bad

Analogous Colors of #ad1b3b

#ad1b3b #ad441b #ad1b84

Monochromatic Colors of #ad1b3b

#ad1b3b

Complementary Color

#ad1b3b #1bad8d

#ad1b3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1b3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1b3b Color CSS Codes

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

#ad1b3b Text Font Color

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

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


#ad1b3b Background Color

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

This div background color is #ad1b3b


#ad1b3b Border Color

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

This div border color is #ad1b3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1b3b


Comments

No comments written yet.

Please login to write comment.