Color Hex Logo

#ad434e Color Hex

#AD434E
(173,67,78)
0 Favorites   0 Comments

Color spaces of #ad434e

RGB 1736778
HSL0.980.440.47
HSV354°61°68°
CMYK 0.000.610.55   0.32
XYZ20.615913.44868.7170
Yxy13.44860.48190.3144
Hunter Lab36.672336.169911.5774
CIE-Lab43.431544.246616.2698

#ad434e color RGB value is (173,67,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000011 01001110
Octal 255 103 116
Decimal 173 67 78
Hex AD 43 4E

RGB Percentages of Color #ad434e

%54.40
%21.07
%24.53

CMYK Percentages of Color #ad434e

%0
%61
%55
%32

Triadic Colors of #ad434e

#ad434e #4ead43 #434ead

Analogous Colors of #ad434e

#ad434e #ad6d43 #ad4383

Monochromatic Colors of #ad434e

#ad434e

Complementary Color

#ad434e #43ada2

#ad434e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad434e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad434e Color CSS Codes

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

#ad434e Text Font Color

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

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


#ad434e Background Color

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

This div background color is #ad434e


#ad434e Border Color

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

This div border color is #ad434e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad434e


Comments

No comments written yet.

Please login to write comment.