Color Hex Logo

#ad384c Color Hex

#AD384C
(173,56,76)
0 Favorites   0 Comments

Color spaces of #ad384c

RGB 1735676
HSL0.970.510.45
HSV350°68°68°
CMYK 0.000.680.56   0.32
XYZ19.952312.23448.1473
Yxy12.23440.49470.3033
Hunter Lab34.977740.610610.6741
CIE-Lab41.586348.941915.0086

#ad384c color RGB value is (173,56,76).

#ad384c hex color red value is 173, green value is 56 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ad384c hue: 0.97 , saturation: 0.51 and the lightness value of ad384c is 0.45.

The process color (four color CMYK) of #ad384c color hex is 0.00, 0.68, 0.56, 0.32. Web safe color of #ad384c is #993333. Color #ad384c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111000 01001100
Octal 255 70 114
Decimal 173 56 76
Hex AD 38 4C

RGB Percentages of Color #ad384c

%56.72
%18.36
%24.92

CMYK Percentages of Color #ad384c

%0
%68
%56
%32

Triadic Colors of #ad384c

#ad384c #4cad38 #384cad

Analogous Colors of #ad384c

#ad384c #ad5f38 #ad3887

Monochromatic Colors of #ad384c

#ad384c

Complementary Color

#ad384c #38ad99

#ad384c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad384c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad384c Color CSS Codes

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

#ad384c Text Font Color

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

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


#ad384c Background Color

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

This div background color is #ad384c


#ad384c Border Color

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

This div border color is #ad384c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad384c


Comments

No comments written yet.

Please login to write comment.