Color Hex Logo

#ad381c Color Hex

#AD381C
(173,56,28)
0 Favorites   0 Comments

Color spaces of #ad381c

RGB 1735628
HSL0.030.720.39
HSV12°84°68°
CMYK 0.000.680.84   0.32
XYZ18.857411.79642.3817
Yxy11.79640.57080.3571
Hunter Lab34.345937.899019.9307
CIE-Lab40.890746.401942.1538

#ad381c color RGB value is (173,56,28).

#ad381c hex color red value is 173, green value is 56 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ad381c hue: 0.03 , saturation: 0.72 and the lightness value of ad381c is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111000 00011100
Octal 255 70 34
Decimal 173 56 28
Hex AD 38 1C

RGB Percentages of Color #ad381c

%67.32
%21.79
%10.89

CMYK Percentages of Color #ad381c

%0
%68
%84
%32

Triadic Colors of #ad381c

#ad381c #1cad38 #381cad

Analogous Colors of #ad381c

#ad381c #ad811c #ad1c49

Monochromatic Colors of #ad381c

#ad381c

Complementary Color

#ad381c #1c91ad

#ad381c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad381c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad381c Color CSS Codes

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

#ad381c Text Font Color

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

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


#ad381c Background Color

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

This div background color is #ad381c


#ad381c Border Color

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

This div border color is #ad381c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad381c


Comments

No comments written yet.

Please login to write comment.