Color Hex Logo

#d17584 Color Hex

#D17584
(209,117,132)
0 Favorites   0 Comments

Color spaces of #d17584

RGB 209117132
HSL0.970.500.64
HSV350°44°82°
CMYK 0.000.440.37   0.18
XYZ36.820627.943825.2828
Yxy27.94380.40890.3103
Hunter Lab52.861931.82478.6461
CIE-Lab59.837937.60397.8268

#d17584 color RGB value is (209,117,132).

#d17584 hex color red value is 209, green value is 117 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #d17584 hue: 0.97 , saturation: 0.50 and the lightness value of d17584 is 0.64.

The process color (four color CMYK) of #d17584 color hex is 0.00, 0.44, 0.37, 0.18. Web safe color of #d17584 is #cc6699. Color #d17584 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110101 10000100
Octal 321 165 204
Decimal 209 117 132
Hex D1 75 84

RGB Percentages of Color #d17584

%45.63
%25.55
%28.82

CMYK Percentages of Color #d17584

%0
%44
%37
%18

Triadic Colors of #d17584

#d17584 #84d175 #7584d1

Analogous Colors of #d17584

#d17584 #d19475 #d175b2

Monochromatic Colors of #d17584

#d17584

Complementary Color

#d17584 #75d1c2

#d17584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17584 Color CSS Codes

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

#d17584 Text Font Color

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

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


#d17584 Background Color

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

This div background color is #d17584


#d17584 Border Color

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

This div border color is #d17584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17584


Comments

No comments written yet.

Please login to write comment.