Color Hex Logo

#d17dce Color Hex

#D17DCE
(209,125,206)
0 Favorites   0 Comments

Color spaces of #d17dce

RGB 209125206
HSL0.840.480.65
HSV302°40°82°
CMYK 0.000.400.01   0.18
XYZ44.768732.678862.3406
Yxy32.67880.32030.2338
Hunter Lab57.165439.7517-24.6418
CIE-Lab63.900044.6326-28.3149

#d17dce color RGB value is (209,125,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111101 11001110
Octal 321 175 316
Decimal 209 125 206
Hex D1 7D CE

RGB Percentages of Color #d17dce

%38.70
%23.15
%38.15

CMYK Percentages of Color #d17dce

%0
%40
%1
%18

Triadic Colors of #d17dce

#d17dce #ced17d #7dced1

Analogous Colors of #d17dce

#d17dce #d17da4 #aa7dd1

Monochromatic Colors of #d17dce

#d17dce

Complementary Color

#d17dce #7dd180

#d17dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17dce Color CSS Codes

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

#d17dce Text Font Color

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

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


#d17dce Background Color

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

This div background color is #d17dce


#d17dce Border Color

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

This div border color is #d17dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17dce


Comments

No comments written yet.

Please login to write comment.