Color Hex Logo

#ad415b Color Hex

#AD415B
(173,65,91)
0 Favorites   0 Comments

Color spaces of #ad415b

RGB 1736591
HSL0.960.450.47
HSV346°62°68°
CMYK 0.000.620.47   0.32
XYZ21.012213.420211.3804
Yxy13.42020.45870.2929
Hunter Lab36.633638.27487.2248
CIE-Lab43.389746.33998.1863

#ad415b color RGB value is (173,65,91).

#ad415b hex color red value is 173, green value is 65 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ad415b hue: 0.96 , saturation: 0.45 and the lightness value of ad415b is 0.47.

The process color (four color CMYK) of #ad415b color hex is 0.00, 0.62, 0.47, 0.32. Web safe color of #ad415b is #993366. Color #ad415b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000001 01011011
Octal 255 101 133
Decimal 173 65 91
Hex AD 41 5B

RGB Percentages of Color #ad415b

%52.58
%19.76
%27.66

CMYK Percentages of Color #ad415b

%0
%62
%47
%32

Triadic Colors of #ad415b

#ad415b #5bad41 #415bad

Analogous Colors of #ad415b

#ad415b #ad5d41 #ad4191

Monochromatic Colors of #ad415b

#ad415b

Complementary Color

#ad415b #41ad93

#ad415b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad415b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad415b Color CSS Codes

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

#ad415b Text Font Color

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

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


#ad415b Background Color

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

This div background color is #ad415b


#ad415b Border Color

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

This div border color is #ad415b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad415b


Comments

No comments written yet.

Please login to write comment.