Color Hex Logo

#ad315d Color Hex

#AD315D
(173,49,93)
0 Favorites   0 Comments

Color spaces of #ad315d

RGB 1734993
HSL0.940.560.44
HSV339°72°68°
CMYK 0.000.720.46   0.32
XYZ20.307711.871211.5770
Yxy11.87120.46410.2713
Hunter Lab34.454644.91314.1964
CIE-Lab41.010753.17683.5451

#ad315d color RGB value is (173,49,93).

#ad315d hex color red value is 173, green value is 49 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ad315d hue: 0.94 , saturation: 0.56 and the lightness value of ad315d is 0.44.

The process color (four color CMYK) of #ad315d color hex is 0.00, 0.72, 0.46, 0.32. Web safe color of #ad315d is #993366. Color #ad315d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110001 01011101
Octal 255 61 135
Decimal 173 49 93
Hex AD 31 5D

RGB Percentages of Color #ad315d

%54.92
%15.56
%29.52

CMYK Percentages of Color #ad315d

%0
%72
%46
%32

Triadic Colors of #ad315d

#ad315d #5dad31 #315dad

Analogous Colors of #ad315d

#ad315d #ad4331 #ad319b

Monochromatic Colors of #ad315d

#ad315d

Complementary Color

#ad315d #31ad81

#ad315d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad315d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad315d Color CSS Codes

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

#ad315d Text Font Color

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

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


#ad315d Background Color

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

This div background color is #ad315d


#ad315d Border Color

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

This div border color is #ad315d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad315d


Comments

No comments written yet.

Please login to write comment.