Color Hex Logo

#d17cdd Color Hex

#D17CDD
(209,124,221)
0 Favorites   0 Comments

Color spaces of #d17cdd

RGB 209124221
HSL0.810.590.68
HSV293°44°87°
CMYK 0.050.440.00   0.13
XYZ46.553333.191172.3595
Yxy33.19110.30610.2182
Hunter Lab57.611743.4169-34.1392
CIE-Lab64.315347.9442-36.0573

#d17cdd color RGB value is (209,124,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111100 11011101
Octal 321 174 335
Decimal 209 124 221
Hex D1 7C DD

RGB Percentages of Color #d17cdd

%37.73
%22.38
%39.89

CMYK Percentages of Color #d17cdd

%5
%44
%0
%13

Triadic Colors of #d17cdd

#d17cdd #ddd17c #7cddd1

Analogous Colors of #d17cdd

#d17cdd #dd7cb9 #a17cdd

Monochromatic Colors of #d17cdd

#d17cdd

Complementary Color

#d17cdd #88dd7c

#d17cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17cdd Color CSS Codes

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

#d17cdd Text Font Color

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

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


#d17cdd Background Color

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

This div background color is #d17cdd


#d17cdd Border Color

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

This div border color is #d17cdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,124,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 #d17cdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17cdd


Comments

No comments written yet.

Please login to write comment.