Color Hex Logo

#ad1930 Color Hex

#AD1930
(173,25,48)
0 Favorites   0 Comments

Color spaces of #ad1930

RGB 1732548
HSL0.970.750.39
HSV351°86°68°
CMYK 0.000.860.72   0.32
XYZ18.11479.79293.7318
Yxy9.79290.57250.3095
Hunter Lab31.293648.563214.8351
CIE-Lab37.468157.274327.2210

#ad1930 color RGB value is (173,25,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011001 00110000
Octal 255 31 60
Decimal 173 25 48
Hex AD 19 30

RGB Percentages of Color #ad1930

%70.33
%10.16
%19.51

CMYK Percentages of Color #ad1930

%0
%86
%72
%32

Triadic Colors of #ad1930

#ad1930 #30ad19 #1930ad

Analogous Colors of #ad1930

#ad1930 #ad4c19 #ad197a

Monochromatic Colors of #ad1930

#ad1930

Complementary Color

#ad1930 #19ad96

#ad1930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1930 Color CSS Codes

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

#ad1930 Text Font Color

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

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


#ad1930 Background Color

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

This div background color is #ad1930


#ad1930 Border Color

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

This div border color is #ad1930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1930


Comments

No comments written yet.

Please login to write comment.