Color Hex Logo

#d185ac Color Hex

#D185AC
(209,133,172)
0 Favorites   0 Comments

Color spaces of #d185ac

RGB 209133172
HSL0.910.450.67
HSV329°36°82°
CMYK 0.000.360.18   0.18
XYZ42.128433.308943.2386
Yxy33.30890.35500.2807
Hunter Lab57.713929.2973-4.0197
CIE-Lab64.410334.6298-8.3672

#d185ac color RGB value is (209,133,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000101 10101100
Octal 321 205 254
Decimal 209 133 172
Hex D1 85 AC

RGB Percentages of Color #d185ac

%40.66
%25.88
%33.46

CMYK Percentages of Color #d185ac

%0
%36
%18
%18

Triadic Colors of #d185ac

#d185ac #acd185 #85acd1

Analogous Colors of #d185ac

#d185ac #d18586 #d085d1

Monochromatic Colors of #d185ac

#d185ac

Complementary Color

#d185ac #85d1aa

#d185ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d185ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d185ac Color CSS Codes

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

#d185ac Text Font Color

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

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


#d185ac Background Color

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

This div background color is #d185ac


#d185ac Border Color

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

This div border color is #d185ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d185ac


Comments

No comments written yet.

Please login to write comment.