Color Hex Logo

#d17585 Color Hex

#D17585
(209,117,133)
0 Favorites   0 Comments

Color spaces of #d17585

RGB 209117133
HSL0.970.500.64
HSV350°44°82°
CMYK 0.000.440.36   0.18
XYZ36.889427.971325.6450
Yxy27.97130.40760.3091
Hunter Lab52.887931.95028.2722
CIE-Lab59.862837.72367.2854

#d17585 color RGB value is (209,117,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110101 10000101
Octal 321 165 205
Decimal 209 117 133
Hex D1 75 85

RGB Percentages of Color #d17585

%45.53
%25.49
%28.98

CMYK Percentages of Color #d17585

%0
%44
%36
%18

Triadic Colors of #d17585

#d17585 #85d175 #7585d1

Analogous Colors of #d17585

#d17585 #d19375 #d175b3

Monochromatic Colors of #d17585

#d17585

Complementary Color

#d17585 #75d1c1

#d17585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17585 Color CSS Codes

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

#d17585 Text Font Color

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

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


#d17585 Background Color

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

This div background color is #d17585


#d17585 Border Color

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

This div border color is #d17585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17585


Comments

No comments written yet.

Please login to write comment.