Color Hex Logo

#ad434d Color Hex

#AD434D
(173,67,77)
0 Favorites   0 Comments

Color spaces of #ad434d

RGB 1736777
HSL0.980.440.47
HSV354°61°68°
CMYK 0.000.610.55   0.32
XYZ20.580313.43448.5296
Yxy13.43440.48370.3158
Hunter Lab36.653036.083411.8596
CIE-Lab43.410644.163816.8559

#ad434d color RGB value is (173,67,77).

#ad434d hex color red value is 173, green value is 67 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ad434d hue: 0.98 , saturation: 0.44 and the lightness value of ad434d is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000011 01001101
Octal 255 103 115
Decimal 173 67 77
Hex AD 43 4D

RGB Percentages of Color #ad434d

%54.57
%21.14
%24.29

CMYK Percentages of Color #ad434d

%0
%61
%55
%32

Triadic Colors of #ad434d

#ad434d #4dad43 #434dad

Analogous Colors of #ad434d

#ad434d #ad6e43 #ad4382

Monochromatic Colors of #ad434d

#ad434d

Complementary Color

#ad434d #43ada3

#ad434d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad434d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad434d Color CSS Codes

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

#ad434d Text Font Color

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

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


#ad434d Background Color

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

This div background color is #ad434d


#ad434d Border Color

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

This div border color is #ad434d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad434d


Comments

No comments written yet.

Please login to write comment.