Color Hex Logo

#ad147b Color Hex

#AD147B
(173,20,123)
0 Favorites   0 Comments

Color spaces of #ad147b

RGB 17320123
HSL0.890.790.38
HSV320°88°68°
CMYK 0.000.880.29   0.32
XYZ21.058910.814619.7164
Yxy10.81460.40820.2096
Hunter Lab32.885656.7562-12.5272
CIE-Lab39.266464.3363-17.8625

#ad147b color RGB value is (173,20,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010100 01111011
Octal 255 24 173
Decimal 173 20 123
Hex AD 14 7B

RGB Percentages of Color #ad147b

%54.75
%6.33
%38.92

CMYK Percentages of Color #ad147b

%0
%88
%29
%32

Triadic Colors of #ad147b

#ad147b #7bad14 #147bad

Analogous Colors of #ad147b

#ad147b #ad142f #9314ad

Monochromatic Colors of #ad147b

#ad147b

Complementary Color

#ad147b #14ad46

#ad147b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad147b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad147b Color CSS Codes

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

#ad147b Text Font Color

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

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


#ad147b Background Color

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

This div background color is #ad147b


#ad147b Border Color

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

This div border color is #ad147b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad147b


Comments

No comments written yet.

Please login to write comment.