Color Hex Logo

#ad1044 Color Hex

#AD1044
(173,16,68)
0 Favorites   0 Comments

Color spaces of #ad1044

RGB 1731668
HSL0.940.830.37
HSV340°91°68°
CMYK 0.000.910.61   0.32
XYZ18.46239.67226.3627
Yxy9.67220.53520.2804
Hunter Lab31.100251.53959.6401
CIE-Lab37.247660.053914.1951

#ad1044 color RGB value is (173,16,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010000 01000100
Octal 255 20 104
Decimal 173 16 68
Hex AD 10 44

RGB Percentages of Color #ad1044

%67.32
%6.23
%26.46

CMYK Percentages of Color #ad1044

%0
%91
%61
%32

Triadic Colors of #ad1044

#ad1044 #44ad10 #1044ad

Analogous Colors of #ad1044

#ad1044 #ad2a10 #ad1093

Monochromatic Colors of #ad1044

#ad1044

Complementary Color

#ad1044 #10ad79

#ad1044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1044 Color CSS Codes

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

#ad1044 Text Font Color

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

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


#ad1044 Background Color

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

This div background color is #ad1044


#ad1044 Border Color

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

This div border color is #ad1044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1044


Comments

No comments written yet.

Please login to write comment.