Color Hex Logo

#ad1030 Color Hex

#AD1030
(173,16,48)
0 Favorites   0 Comments

Color spaces of #ad1030

RGB 1731648
HSL0.970.830.37
HSV348°91°68°
CMYK 0.000.910.72   0.32
XYZ17.95249.46823.6777
Yxy9.46820.57730.3045
Hunter Lab30.770450.294014.4529
CIE-Lab36.870558.988226.5061

#ad1030 color RGB value is (173,16,48).

#ad1030 hex color red value is 173, green value is 16 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ad1030 hue: 0.97 , saturation: 0.83 and the lightness value of ad1030 is 0.37.

The process color (four color CMYK) of #ad1030 color hex is 0.00, 0.91, 0.72, 0.32. Web safe color of #ad1030 is #990033. Color #ad1030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010000 00110000
Octal 255 20 60
Decimal 173 16 48
Hex AD 10 30

RGB Percentages of Color #ad1030

%73.00
%6.75
%20.25

CMYK Percentages of Color #ad1030

%0
%91
%72
%32

Triadic Colors of #ad1030

#ad1030 #30ad10 #1030ad

Analogous Colors of #ad1030

#ad1030 #ad3e10 #ad107f

Monochromatic Colors of #ad1030

#ad1030

Complementary Color

#ad1030 #10ad8d

#ad1030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1030 Color CSS Codes

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

#ad1030 Text Font Color

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

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


#ad1030 Background Color

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

This div background color is #ad1030


#ad1030 Border Color

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

This div border color is #ad1030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1030


Comments

No comments written yet.

Please login to write comment.