Color Hex Logo

#ad157c Color Hex

#AD157C
(173,21,124)
0 Favorites   0 Comments

Color spaces of #ad157c

RGB 17321124
HSL0.890.780.38
HSV319°88°68°
CMYK 0.000.880.28   0.32
XYZ21.139810.875820.0538
Yxy10.87580.40600.2089
Hunter Lab32.978556.7094-12.9686
CIE-Lab39.370564.2747-18.3249

#ad157c color RGB value is (173,21,124).

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

The process color (four color CMYK) of #ad157c color hex is 0.00, 0.88, 0.28, 0.32. Web safe color of #ad157c is #990066. Color #ad157c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010101 01111100
Octal 255 25 174
Decimal 173 21 124
Hex AD 15 7C

RGB Percentages of Color #ad157c

%54.40
%6.60
%38.99

CMYK Percentages of Color #ad157c

%0
%88
%28
%32

Triadic Colors of #ad157c

#ad157c #7cad15 #157cad

Analogous Colors of #ad157c

#ad157c #ad1530 #9215ad

Monochromatic Colors of #ad157c

#ad157c

Complementary Color

#ad157c #15ad46

#ad157c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad157c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad157c Color CSS Codes

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

#ad157c Text Font Color

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

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


#ad157c Background Color

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

This div background color is #ad157c


#ad157c Border Color

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

This div border color is #ad157c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad157c


Comments

No comments written yet.

Please login to write comment.