Color Hex Logo

#ad414b Color Hex

#AD414B
(173,65,75)
0 Favorites   0 Comments

Color spaces of #ad414b

RGB 1736575
HSL0.980.450.47
HSV354°62°68°
CMYK 0.000.620.57   0.32
XYZ20.393913.17288.1243
Yxy13.17280.48920.3160
Hunter Lab36.294436.784512.1343
CIE-Lab43.022544.927717.5642

#ad414b color RGB value is (173,65,75).

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

The process color (four color CMYK) of #ad414b color hex is 0.00, 0.62, 0.57, 0.32. Web safe color of #ad414b is #993333. Color #ad414b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000001 01001011
Octal 255 101 113
Decimal 173 65 75
Hex AD 41 4B

RGB Percentages of Color #ad414b

%55.27
%20.77
%23.96

CMYK Percentages of Color #ad414b

%0
%62
%57
%32

Triadic Colors of #ad414b

#ad414b #4bad41 #414bad

Analogous Colors of #ad414b

#ad414b #ad6d41 #ad4181

Monochromatic Colors of #ad414b

#ad414b

Complementary Color

#ad414b #41ada3

#ad414b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad414b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad414b Color CSS Codes

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

#ad414b Text Font Color

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

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


#ad414b Background Color

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

This div background color is #ad414b


#ad414b Border Color

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

This div border color is #ad414b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad414b


Comments

No comments written yet.

Please login to write comment.