Color Hex Logo

#ad157b Color Hex

#AD157B
(173,21,123)
0 Favorites   0 Comments

Color spaces of #ad157b

RGB 17321123
HSL0.890.780.38
HSV320°88°68°
CMYK 0.000.880.29   0.32
XYZ21.076910.850619.7224
Yxy10.85060.40810.2101
Hunter Lab32.940256.5682-12.4407
CIE-Lab39.327764.1584-17.7684

#ad157b color RGB value is (173,21,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010101 01111011
Octal 255 25 173
Decimal 173 21 123
Hex AD 15 7B

RGB Percentages of Color #ad157b

%54.57
%6.62
%38.80

CMYK Percentages of Color #ad157b

%0
%88
%29
%32

Triadic Colors of #ad157b

#ad157b #7bad15 #157bad

Analogous Colors of #ad157b

#ad157b #ad152f #9315ad

Monochromatic Colors of #ad157b

#ad157b

Complementary Color

#ad157b #15ad47

#ad157b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad157b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad157b Color CSS Codes

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

#ad157b Text Font Color

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

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


#ad157b Background Color

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

This div background color is #ad157b


#ad157b Border Color

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

This div border color is #ad157b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad157b


Comments

No comments written yet.

Please login to write comment.