Color Hex Logo

#ad325f Color Hex

#AD325F
(173,50,95)
0 Favorites   0 Comments

Color spaces of #ad325f

RGB 1735095
HSL0.940.550.44
HSV338°71°68°
CMYK 0.000.710.45   0.32
XYZ20.439711.991712.0638
Yxy11.99170.45940.2695
Hunter Lab34.629044.75843.5853
CIE-Lab41.202952.99442.5667

#ad325f color RGB value is (173,50,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110010 01011111
Octal 255 62 137
Decimal 173 50 95
Hex AD 32 5F

RGB Percentages of Color #ad325f

%54.40
%15.72
%29.87

CMYK Percentages of Color #ad325f

%0
%71
%45
%32

Triadic Colors of #ad325f

#ad325f #5fad32 #325fad

Analogous Colors of #ad325f

#ad325f #ad4232 #ad329d

Monochromatic Colors of #ad325f

#ad325f

Complementary Color

#ad325f #32ad80

#ad325f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad325f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad325f Color CSS Codes

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

#ad325f Text Font Color

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

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


#ad325f Background Color

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

This div background color is #ad325f


#ad325f Border Color

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

This div border color is #ad325f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad325f


Comments

No comments written yet.

Please login to write comment.