Color Hex Logo

#ad324e Color Hex

#AD324E
(173,50,78)
0 Favorites   0 Comments

Color spaces of #ad324e

RGB 1735078
HSL0.960.550.44
HSV346°71°68°
CMYK 0.000.710.55   0.32
XYZ19.749311.71558.4281
Yxy11.71550.49510.2937
Hunter Lab34.227943.09469.3603
CIE-Lab40.760351.490712.6273

#ad324e color RGB value is (173,50,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110010 01001110
Octal 255 62 116
Decimal 173 50 78
Hex AD 32 4E

RGB Percentages of Color #ad324e

%57.48
%16.61
%25.91

CMYK Percentages of Color #ad324e

%0
%71
%55
%32

Triadic Colors of #ad324e

#ad324e #4ead32 #324ead

Analogous Colors of #ad324e

#ad324e #ad5432 #ad328c

Monochromatic Colors of #ad324e

#ad324e

Complementary Color

#ad324e #32ad91

#ad324e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad324e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad324e Color CSS Codes

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

#ad324e Text Font Color

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

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


#ad324e Background Color

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

This div background color is #ad324e


#ad324e Border Color

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

This div border color is #ad324e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad324e


Comments

No comments written yet.

Please login to write comment.