Color Hex Logo

#ad355f Color Hex

#AD355F
(173,53,95)
0 Favorites   0 Comments

Color spaces of #ad355f

RGB 1735395
HSL0.940.530.44
HSV339°69°68°
CMYK 0.000.690.45   0.32
XYZ20.572212.256712.1080
Yxy12.25670.45780.2728
Hunter Lab35.009643.62284.0014
CIE-Lab41.621251.83733.1708

#ad355f color RGB value is (173,53,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110101 01011111
Octal 255 65 137
Decimal 173 53 95
Hex AD 35 5F

RGB Percentages of Color #ad355f

%53.89
%16.51
%29.60

CMYK Percentages of Color #ad355f

%0
%69
%45
%32

Triadic Colors of #ad355f

#ad355f #5fad35 #355fad

Analogous Colors of #ad355f

#ad355f #ad4735 #ad359b

Monochromatic Colors of #ad355f

#ad355f

Complementary Color

#ad355f #35ad83

#ad355f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad355f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad355f Color CSS Codes

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

#ad355f Text Font Color

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

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


#ad355f Background Color

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

This div background color is #ad355f


#ad355f Border Color

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

This div border color is #ad355f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad355f


Comments

No comments written yet.

Please login to write comment.