Color Hex Logo

#d17dbb Color Hex

#D17DBB
(209,125,187)
0 Favorites   0 Comments

Color spaces of #d17dbb

RGB 209125187
HSL0.880.480.65
HSV316°40°82°
CMYK 0.000.400.11   0.18
XYZ42.597831.810450.9086
Yxy31.81040.33990.2538
Hunter Lab56.400736.1146-14.0360
CIE-Lab63.185941.3180-18.7019

#d17dbb color RGB value is (209,125,187).

#d17dbb hex color red value is 209, green value is 125 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d17dbb hue: 0.88 , saturation: 0.48 and the lightness value of d17dbb is 0.65.

The process color (four color CMYK) of #d17dbb color hex is 0.00, 0.40, 0.11, 0.18. Web safe color of #d17dbb is #cc66cc. Color #d17dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111101 10111011
Octal 321 175 273
Decimal 209 125 187
Hex D1 7D BB

RGB Percentages of Color #d17dbb

%40.12
%23.99
%35.89

CMYK Percentages of Color #d17dbb

%0
%40
%11
%18

Triadic Colors of #d17dbb

#d17dbb #bbd17d #7dbbd1

Analogous Colors of #d17dbb

#d17dbb #d17d91 #bd7dd1

Monochromatic Colors of #d17dbb

#d17dbb

Complementary Color

#d17dbb #7dd193

#d17dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17dbb Color CSS Codes

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

#d17dbb Text Font Color

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

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


#d17dbb Background Color

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

This div background color is #d17dbb


#d17dbb Border Color

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

This div border color is #d17dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17dbb


Comments

No comments written yet.

Please login to write comment.