Color Hex Logo

#ad481b Color Hex

#AD481B
(173,72,27)
0 Favorites   0 Comments

Color spaces of #ad481b

RGB 1737227
HSL0.050.730.39
HSV18°84°68°
CMYK 0.000.580.84   0.32
XYZ19.748813.59812.6207
Yxy13.59810.54910.3781
Hunter Lab36.875631.063721.5993
CIE-Lab43.651039.028645.1013

#ad481b color RGB value is (173,72,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001000 00011011
Octal 255 110 33
Decimal 173 72 27
Hex AD 48 1B

RGB Percentages of Color #ad481b

%63.60
%26.47
%9.93

CMYK Percentages of Color #ad481b

%0
%58
%84
%32

Triadic Colors of #ad481b

#ad481b #1bad48 #481bad

Analogous Colors of #ad481b

#ad481b #ad911b #ad1b37

Monochromatic Colors of #ad481b

#ad481b

Complementary Color

#ad481b #1b80ad

#ad481b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad481b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad481b Color CSS Codes

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

#ad481b Text Font Color

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

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


#ad481b Background Color

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

This div background color is #ad481b


#ad481b Border Color

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

This div border color is #ad481b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad481b


Comments

No comments written yet.

Please login to write comment.