Color Hex Logo

#ad7188 Color Hex

#AD7188
(173,113,136)
0 Favorites   0 Comments

Color spaces of #ad7188

RGB 173113136
HSL0.940.270.56
HSV337°35°68°
CMYK 0.000.350.21   0.32
XYZ27.582622.472126.1763
Yxy22.47210.36180.2948
Hunter Lab47.404720.90250.4441
CIE-Lab54.524427.0469-2.7659

#ad7188 color RGB value is (173,113,136).

#ad7188 hex color red value is 173, green value is 113 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #ad7188 hue: 0.94 , saturation: 0.27 and the lightness value of ad7188 is 0.56.

The process color (four color CMYK) of #ad7188 color hex is 0.00, 0.35, 0.21, 0.32. Web safe color of #ad7188 is #996699. Color #ad7188 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110001 10001000
Octal 255 161 210
Decimal 173 113 136
Hex AD 71 88

RGB Percentages of Color #ad7188

%41.00
%26.78
%32.23

CMYK Percentages of Color #ad7188

%0
%35
%21
%32

Triadic Colors of #ad7188

#ad7188 #88ad71 #7188ad

Analogous Colors of #ad7188

#ad7188 #ad7871 #ad71a6

Monochromatic Colors of #ad7188

#ad7188

Complementary Color

#ad7188 #71ad96

#ad7188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad7188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad7188 Color CSS Codes

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

#ad7188 Text Font Color

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

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


#ad7188 Background Color

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

This div background color is #ad7188


#ad7188 Border Color

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

This div border color is #ad7188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad7188


Comments

No comments written yet.

Please login to write comment.