Color Hex Logo

#ad405f Color Hex

#AD405F
(173,64,95)
0 Favorites   0 Comments

Color spaces of #ad405f

RGB 1736495
HSL0.950.460.46
HSV343°63°68°
CMYK 0.000.630.45   0.32
XYZ21.132513.377312.2947
Yxy13.37730.45150.2858
Hunter Lab36.575039.12855.6721
CIE-Lab43.326347.18885.6188

#ad405f color RGB value is (173,64,95).

#ad405f hex color red value is 173, green value is 64 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ad405f hue: 0.95 , saturation: 0.46 and the lightness value of ad405f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000000 01011111
Octal 255 100 137
Decimal 173 64 95
Hex AD 40 5F

RGB Percentages of Color #ad405f

%52.11
%19.28
%28.61

CMYK Percentages of Color #ad405f

%0
%63
%45
%32

Triadic Colors of #ad405f

#ad405f #5fad40 #405fad

Analogous Colors of #ad405f

#ad405f #ad5740 #ad4096

Monochromatic Colors of #ad405f

#ad405f

Complementary Color

#ad405f #40ad8e

#ad405f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad405f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad405f Color CSS Codes

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

#ad405f Text Font Color

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

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


#ad405f Background Color

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

This div background color is #ad405f


#ad405f Border Color

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

This div border color is #ad405f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad405f


Comments

No comments written yet.

Please login to write comment.