Color Hex Logo

#ad284d Color Hex

#AD284D
(173,40,77)
0 Favorites   0 Comments

Color spaces of #ad284d

RGB 1734077
HSL0.950.620.42
HSV343°77°68°
CMYK 0.000.770.55   0.32
XYZ19.331910.93768.1134
Yxy10.93760.50370.2850
Hunter Lab33.072046.46418.6051
CIE-Lab39.475254.928911.4858

#ad284d color RGB value is (173,40,77).

#ad284d hex color red value is 173, green value is 40 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ad284d hue: 0.95 , saturation: 0.62 and the lightness value of ad284d is 0.42.

The process color (four color CMYK) of #ad284d color hex is 0.00, 0.77, 0.55, 0.32. Web safe color of #ad284d is #993366. Color #ad284d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101000 01001101
Octal 255 50 115
Decimal 173 40 77
Hex AD 28 4D

RGB Percentages of Color #ad284d

%59.66
%13.79
%26.55

CMYK Percentages of Color #ad284d

%0
%77
%55
%32

Triadic Colors of #ad284d

#ad284d #4dad28 #284dad

Analogous Colors of #ad284d

#ad284d #ad4528 #ad2890

Monochromatic Colors of #ad284d

#ad284d

Complementary Color

#ad284d #28ad88

#ad284d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad284d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad284d Color CSS Codes

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

#ad284d Text Font Color

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

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


#ad284d Background Color

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

This div background color is #ad284d


#ad284d Border Color

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

This div border color is #ad284d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad284d


Comments

No comments written yet.

Please login to write comment.