Color Hex Logo

#ad331c Color Hex

#AD331C
(173,51,28)
0 Favorites   0 Comments

Color spaces of #ad331c

RGB 1735128
HSL0.030.720.39
HSV10°84°68°
CMYK 0.000.710.84   0.32
XYZ18.627011.33572.3049
Yxy11.33570.57730.3513
Hunter Lab33.668539.834619.5091
CIE-Lab40.140248.444141.4677

#ad331c color RGB value is (173,51,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110011 00011100
Octal 255 63 34
Decimal 173 51 28
Hex AD 33 1C

RGB Percentages of Color #ad331c

%68.65
%20.24
%11.11

CMYK Percentages of Color #ad331c

%0
%71
%84
%32

Triadic Colors of #ad331c

#ad331c #1cad33 #331cad

Analogous Colors of #ad331c

#ad331c #ad7c1c #ad1c4e

Monochromatic Colors of #ad331c

#ad331c

Complementary Color

#ad331c #1c96ad

#ad331c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad331c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad331c Color CSS Codes

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

#ad331c Text Font Color

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

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


#ad331c Background Color

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

This div background color is #ad331c


#ad331c Border Color

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

This div border color is #ad331c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad331c


Comments

No comments written yet.

Please login to write comment.