Color Hex Logo

#d184ad Color Hex

#D184AD
(209,132,173)
0 Favorites   0 Comments

Color spaces of #d184ad

RGB 209132173
HSL0.910.460.67
HSV328°37°82°
CMYK 0.000.370.17   0.18
XYZ42.088633.075043.7010
Yxy33.07500.35410.2783
Hunter Lab57.510929.9889-4.7953
CIE-Lab64.221635.3229-9.2147

#d184ad color RGB value is (209,132,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10000100 10101101
Octal 321 204 255
Decimal 209 132 173
Hex D1 84 AD

RGB Percentages of Color #d184ad

%40.66
%25.68
%33.66

CMYK Percentages of Color #d184ad

%0
%37
%17
%18

Triadic Colors of #d184ad

#d184ad #add184 #84add1

Analogous Colors of #d184ad

#d184ad #d18487 #cf84d1

Monochromatic Colors of #d184ad

#d184ad

Complementary Color

#d184ad #84d1a8

#d184ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d184ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d184ad Color CSS Codes

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

#d184ad Text Font Color

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

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


#d184ad Background Color

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

This div background color is #d184ad


#d184ad Border Color

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

This div border color is #d184ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d184ad


Comments

No comments written yet.

Please login to write comment.