Color Hex Logo

#ad135d Color Hex

#AD135D
(173,19,93)
0 Favorites   0 Comments

Color spaces of #ad135d

RGB 1731993
HSL0.920.800.38
HSV331°89°68°
CMYK 0.000.890.46   0.32
XYZ19.442210.140311.2885
Yxy10.14030.47570.2481
Hunter Lab31.843853.25621.2726
CIE-Lab38.093161.4445-0.6916

#ad135d color RGB value is (173,19,93).

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

The process color (four color CMYK) of #ad135d color hex is 0.00, 0.89, 0.46, 0.32. Web safe color of #ad135d is #990066. Color #ad135d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010011 01011101
Octal 255 23 135
Decimal 173 19 93
Hex AD 13 5D

RGB Percentages of Color #ad135d

%60.70
%6.67
%32.63

CMYK Percentages of Color #ad135d

%0
%89
%46
%32

Triadic Colors of #ad135d

#ad135d #5dad13 #135dad

Analogous Colors of #ad135d

#ad135d #ad1613 #ad13aa

Monochromatic Colors of #ad135d

#ad135d

Complementary Color

#ad135d #13ad63

#ad135d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad135d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad135d Color CSS Codes

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

#ad135d Text Font Color

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

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


#ad135d Background Color

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

This div background color is #ad135d


#ad135d Border Color

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

This div border color is #ad135d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad135d


Comments

No comments written yet.

Please login to write comment.