Color Hex Logo

#d180ac Color Hex

#D180AC
(209,128,172)
0 Favorites   0 Comments

Color spaces of #d180ac

RGB 209128172
HSL0.910.470.66
HSV327°39°82°
CMYK 0.000.390.18   0.18
XYZ41.460131.972243.0158
Yxy31.97220.35600.2746
Hunter Lab56.544031.9308-5.5241
CIE-Lab63.319937.3030-9.9942

#d180ac color RGB value is (209,128,172).

#d180ac hex color red value is 209, green value is 128 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d180ac hue: 0.91 , saturation: 0.47 and the lightness value of d180ac is 0.66.

The process color (four color CMYK) of #d180ac color hex is 0.00, 0.39, 0.18, 0.18. Web safe color of #d180ac is #cc9999. Color #d180ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000000 10101100
Octal 321 200 254
Decimal 209 128 172
Hex D1 80 AC

RGB Percentages of Color #d180ac

%41.06
%25.15
%33.79

CMYK Percentages of Color #d180ac

%0
%39
%18
%18

Triadic Colors of #d180ac

#d180ac #acd180 #80acd1

Analogous Colors of #d180ac

#d180ac #d18084 #ce80d1

Monochromatic Colors of #d180ac

#d180ac

Complementary Color

#d180ac #80d1a5

#d180ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d180ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d180ac Color CSS Codes

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

#d180ac Text Font Color

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

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


#d180ac Background Color

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

This div background color is #d180ac


#d180ac Border Color

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

This div border color is #d180ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,128,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d180ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d180ac;
  -webkit-box-shadow: 1px 1px 3px 2px #d180ac;
  box-shadow:         1px 1px 3px 2px #d180ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,128,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d180ac


Comments

No comments written yet.

Please login to write comment.