Color Hex Logo

#ad134b Color Hex

#AD134B
(173,19,75)
0 Favorites   0 Comments

Color spaces of #ad134b

RGB 1731975
HSL0.940.800.38
HSV338°89°68°
CMYK 0.000.890.57   0.32
XYZ18.73659.85807.5719
Yxy9.85800.51810.2726
Hunter Lab31.397551.57477.6797
CIE-Lab37.586460.020110.1449

#ad134b color RGB value is (173,19,75).

#ad134b hex color red value is 173, green value is 19 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ad134b hue: 0.94 , saturation: 0.80 and the lightness value of ad134b is 0.38.

The process color (four color CMYK) of #ad134b color hex is 0.00, 0.89, 0.57, 0.32. Web safe color of #ad134b is #990033. Color #ad134b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010011 01001011
Octal 255 23 113
Decimal 173 19 75
Hex AD 13 4B

RGB Percentages of Color #ad134b

%64.79
%7.12
%28.09

CMYK Percentages of Color #ad134b

%0
%89
%57
%32

Triadic Colors of #ad134b

#ad134b #4bad13 #134bad

Analogous Colors of #ad134b

#ad134b #ad2813 #ad1398

Monochromatic Colors of #ad134b

#ad134b

Complementary Color

#ad134b #13ad75

#ad134b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad134b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad134b Color CSS Codes

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

#ad134b Text Font Color

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

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


#ad134b Background Color

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

This div background color is #ad134b


#ad134b Border Color

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

This div border color is #ad134b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad134b


Comments

No comments written yet.

Please login to write comment.