Color Hex Logo

#ad1379 Color Hex

#AD1379
(173,19,121)
0 Favorites   0 Comments

Color spaces of #ad1379

RGB 17319121
HSL0.890.800.38
HSV320°89°68°
CMYK 0.000.890.30   0.32
XYZ20.917610.730519.0579
Yxy10.73050.41250.2116
Hunter Lab32.757456.6575-11.5640
CIE-Lab39.122864.2772-16.8362

#ad1379 color RGB value is (173,19,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010011 01111001
Octal 255 23 171
Decimal 173 19 121
Hex AD 13 79

RGB Percentages of Color #ad1379

%55.27
%6.07
%38.66

CMYK Percentages of Color #ad1379

%0
%89
%30
%32

Triadic Colors of #ad1379

#ad1379 #79ad13 #1379ad

Analogous Colors of #ad1379

#ad1379 #ad132c #9413ad

Monochromatic Colors of #ad1379

#ad1379

Complementary Color

#ad1379 #13ad47

#ad1379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1379 Color CSS Codes

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

#ad1379 Text Font Color

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

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


#ad1379 Background Color

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

This div background color is #ad1379


#ad1379 Border Color

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

This div border color is #ad1379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1379


Comments

No comments written yet.

Please login to write comment.