Color Hex Logo

#ad5152 Color Hex

#AD5152
(173,81,82)
0 Favorites   0 Comments

Color spaces of #ad5152

RGB 1738182
HSL1.000.360.50
HSV359°53°68°
CMYK 0.000.530.53   0.32
XYZ21.699015.37839.8073
Yxy15.37830.46280.3280
Hunter Lab39.215230.143212.6228
CIE-Lab46.148037.709117.4998

#ad5152 color RGB value is (173,81,82).

#ad5152 hex color red value is 173, green value is 81 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #ad5152 hue: 1.00 , saturation: 0.36 and the lightness value of ad5152 is 0.50.

The process color (four color CMYK) of #ad5152 color hex is 0.00, 0.53, 0.53, 0.32. Web safe color of #ad5152 is #996666. Color #ad5152 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010001 01010010
Octal 255 121 122
Decimal 173 81 82
Hex AD 51 52

RGB Percentages of Color #ad5152

%51.49
%24.11
%24.40

CMYK Percentages of Color #ad5152

%0
%53
%53
%32

Triadic Colors of #ad5152

#ad5152 #52ad51 #5152ad

Analogous Colors of #ad5152

#ad5152 #ad7e51 #ad5180

Monochromatic Colors of #ad5152

#ad5152

Complementary Color

#ad5152 #51adac

#ad5152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5152 Color CSS Codes

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

#ad5152 Text Font Color

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

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


#ad5152 Background Color

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

This div background color is #ad5152


#ad5152 Border Color

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

This div border color is #ad5152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5152


Comments

No comments written yet.

Please login to write comment.