Color Hex Logo

#ad201a Color Hex

#AD201A
(173,32,26)
0 Favorites   0 Comments

Color spaces of #ad201a

RGB 1733226
HSL0.010.740.39
HSV85°68°
CMYK 0.000.820.85   0.32
XYZ17.93659.99181.9605
Yxy9.99180.60010.3343
Hunter Lab31.609845.969918.4496
CIE-Lab37.827754.777840.3862

#ad201a color RGB value is (173,32,26).

#ad201a hex color red value is 173, green value is 32 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ad201a hue: 0.01 , saturation: 0.74 and the lightness value of ad201a is 0.39.

The process color (four color CMYK) of #ad201a color hex is 0.00, 0.82, 0.85, 0.32. Web safe color of #ad201a is #993333. Color #ad201a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100000 00011010
Octal 255 40 32
Decimal 173 32 26
Hex AD 20 1A

RGB Percentages of Color #ad201a

%74.89
%13.85
%11.26

CMYK Percentages of Color #ad201a

%0
%82
%85
%32

Triadic Colors of #ad201a

#ad201a #1aad20 #201aad

Analogous Colors of #ad201a

#ad201a #ad6a1a #ad1a5d

Monochromatic Colors of #ad201a

#ad201a

Complementary Color

#ad201a #1aa7ad

#ad201a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad201a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad201a Color CSS Codes

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

#ad201a Text Font Color

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

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


#ad201a Background Color

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

This div background color is #ad201a


#ad201a Border Color

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

This div border color is #ad201a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad201a


Comments

No comments written yet.

Please login to write comment.