Color Hex Logo

#ad154d Color Hex

#AD154D
(173,21,77)
0 Favorites   0 Comments

Color spaces of #ad154d

RGB 1732177
HSL0.940.780.38
HSV338°88°68°
CMYK 0.000.880.55   0.32
XYZ18.84139.95647.9499
Yxy9.95640.51270.2709
Hunter Lab31.553851.36647.1497
CIE-Lab37.764159.79579.1048

#ad154d color RGB value is (173,21,77).

#ad154d hex color red value is 173, green value is 21 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ad154d hue: 0.94 , saturation: 0.78 and the lightness value of ad154d is 0.38.

The process color (four color CMYK) of #ad154d color hex is 0.00, 0.88, 0.55, 0.32. Web safe color of #ad154d is #990066. Color #ad154d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010101 01001101
Octal 255 25 115
Decimal 173 21 77
Hex AD 15 4D

RGB Percentages of Color #ad154d

%63.84
%7.75
%28.41

CMYK Percentages of Color #ad154d

%0
%88
%55
%32

Triadic Colors of #ad154d

#ad154d #4dad15 #154dad

Analogous Colors of #ad154d

#ad154d #ad2915 #ad1599

Monochromatic Colors of #ad154d

#ad154d

Complementary Color

#ad154d #15ad75

#ad154d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad154d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad154d Color CSS Codes

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

#ad154d Text Font Color

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

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


#ad154d Background Color

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

This div background color is #ad154d


#ad154d Border Color

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

This div border color is #ad154d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad154d


Comments

No comments written yet.

Please login to write comment.