Color Hex Logo

#d17ddd Color Hex

#D17DDD
(209,125,221)
0 Favorites   0 Comments

Color spaces of #d17ddd

RGB 209125221
HSL0.810.590.68
HSV293°43°87°
CMYK 0.050.430.00   0.13
XYZ46.679333.443072.4015
Yxy33.44300.30600.2193
Hunter Lab57.829942.8797-33.7485
CIE-Lab64.518047.4259-35.7416

#d17ddd color RGB value is (209,125,221).

#d17ddd hex color red value is 209, green value is 125 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d17ddd hue: 0.81 , saturation: 0.59 and the lightness value of d17ddd is 0.68.

The process color (four color CMYK) of #d17ddd color hex is 0.05, 0.43, 0.00, 0.13. Web safe color of #d17ddd is #cc66cc. Color #d17ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111101 11011101
Octal 321 175 335
Decimal 209 125 221
Hex D1 7D DD

RGB Percentages of Color #d17ddd

%37.66
%22.52
%39.82

CMYK Percentages of Color #d17ddd

%5
%43
%0
%13

Triadic Colors of #d17ddd

#d17ddd #ddd17d #7dddd1

Analogous Colors of #d17ddd

#d17ddd #dd7db9 #a17ddd

Monochromatic Colors of #d17ddd

#d17ddd

Complementary Color

#d17ddd #89dd7d

#d17ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17ddd Color CSS Codes

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

#d17ddd Text Font Color

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

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


#d17ddd Background Color

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

This div background color is #d17ddd


#d17ddd Border Color

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

This div border color is #d17ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17ddd


Comments

No comments written yet.

Please login to write comment.