Color Hex Logo

#ad1054 Color Hex

#AD1054
(173,16,84)
0 Favorites   0 Comments

Color spaces of #ad1054

RGB 1731684
HSL0.930.830.37
HSV334°91°68°
CMYK 0.000.910.51   0.32
XYZ19.01919.89499.2950
Yxy9.89490.49780.2590
Hunter Lab31.456252.87684.4997
CIE-Lab37.653161.18804.4425

#ad1054 color RGB value is (173,16,84).

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

The process color (four color CMYK) of #ad1054 color hex is 0.00, 0.91, 0.51, 0.32. Web safe color of #ad1054 is #990066. Color #ad1054 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010000 01010100
Octal 255 20 124
Decimal 173 16 84
Hex AD 10 54

RGB Percentages of Color #ad1054

%63.37
%5.86
%30.77

CMYK Percentages of Color #ad1054

%0
%91
%51
%32

Triadic Colors of #ad1054

#ad1054 #54ad10 #1054ad

Analogous Colors of #ad1054

#ad1054 #ad1a10 #ad10a3

Monochromatic Colors of #ad1054

#ad1054

Complementary Color

#ad1054 #10ad69

#ad1054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1054 Color CSS Codes

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

#ad1054 Text Font Color

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

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


#ad1054 Background Color

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

This div background color is #ad1054


#ad1054 Border Color

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

This div border color is #ad1054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1054


Comments

No comments written yet.

Please login to write comment.