Color Hex Logo

#ad0021 Color Hex

#AD0021
(173,0,33)
0 Favorites   0 Comments

Color spaces of #ad0021

RGB 173033
HSL0.971.000.34
HSV349°100°68°
CMYK 0.001.000.81   0.32
XYZ17.50818.99402.2521
Yxy8.99400.60890.3128
Hunter Lab29.990051.725416.5406
CIE-Lab35.972760.471734.7082

#ad0021 color RGB value is (173,0,33).

#ad0021 hex color red value is 173, green value is 0 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #ad0021 hue: 0.97 , saturation: 1.00 and the lightness value of ad0021 is 0.34.

The process color (four color CMYK) of #ad0021 color hex is 0.00, 1.00, 0.81, 0.32. Web safe color of #ad0021 is #990033. Color #ad0021 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000000 00100001
Octal 255 0 41
Decimal 173 0 33
Hex AD 0 21

RGB Percentages of Color #ad0021

%83.98
%0.00
%16.02

CMYK Percentages of Color #ad0021

%0
%100
%81
%32

Triadic Colors of #ad0021

#ad0021 #21ad00 #0021ad

Analogous Colors of #ad0021

#ad0021 #ad3600 #ad0078

Monochromatic Colors of #ad0021

#ad0021

Complementary Color

#ad0021 #00ad8c

#ad0021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0021 Color CSS Codes

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

#ad0021 Text Font Color

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

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


#ad0021 Background Color

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

This div background color is #ad0021


#ad0021 Border Color

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

This div border color is #ad0021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0021


Comments

No comments written yet.

Please login to write comment.