Color Hex Logo

#ad382b Color Hex

#AD382B
(173,56,43)
0 Favorites   0 Comments

Color spaces of #ad382b

RGB 1735643
HSL0.020.600.42
HSV75°68°
CMYK 0.000.680.75   0.32
XYZ19.083811.88703.5741
Yxy11.88700.55240.3441
Hunter Lab34.477538.466617.9880
CIE-Lab41.036046.938134.3007

#ad382b color RGB value is (173,56,43).

#ad382b hex color red value is 173, green value is 56 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ad382b hue: 0.02 , saturation: 0.60 and the lightness value of ad382b is 0.42.

The process color (four color CMYK) of #ad382b color hex is 0.00, 0.68, 0.75, 0.32. Web safe color of #ad382b is #993333. Color #ad382b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111000 00101011
Octal 255 70 53
Decimal 173 56 43
Hex AD 38 2B

RGB Percentages of Color #ad382b

%63.60
%20.59
%15.81

CMYK Percentages of Color #ad382b

%0
%68
%75
%32

Triadic Colors of #ad382b

#ad382b #2bad38 #382bad

Analogous Colors of #ad382b

#ad382b #ad792b #ad2b5f

Monochromatic Colors of #ad382b

#ad382b

Complementary Color

#ad382b #2ba0ad

#ad382b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad382b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad382b Color CSS Codes

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

#ad382b Text Font Color

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

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


#ad382b Background Color

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

This div background color is #ad382b


#ad382b Border Color

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

This div border color is #ad382b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad382b


Comments

No comments written yet.

Please login to write comment.