Color Hex Logo

#d17fdd Color Hex

#D17FDD
(209,127,221)
0 Favorites   0 Comments

Color spaces of #d17fdd

RGB 209127221
HSL0.810.580.68
HSV292°43°87°
CMYK 0.050.430.00   0.13
XYZ46.935033.954572.4867
Yxy33.95450.30600.2214
Hunter Lab58.270541.8026-32.9656
CIE-Lab64.926446.3845-35.1059

#d17fdd color RGB value is (209,127,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111111 11011101
Octal 321 177 335
Decimal 209 127 221
Hex D1 7F DD

RGB Percentages of Color #d17fdd

%37.52
%22.80
%39.68

CMYK Percentages of Color #d17fdd

%5
%43
%0
%13

Triadic Colors of #d17fdd

#d17fdd #ddd17f #7fddd1

Analogous Colors of #d17fdd

#d17fdd #dd7fba #a27fdd

Monochromatic Colors of #d17fdd

#d17fdd

Complementary Color

#d17fdd #8bdd7f

#d17fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17fdd Color CSS Codes

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

#d17fdd Text Font Color

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

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


#d17fdd Background Color

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

This div background color is #d17fdd


#d17fdd Border Color

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

This div border color is #d17fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17fdd


Comments

No comments written yet.

Please login to write comment.