Color Hex Logo

#d17fdc Color Hex

#D17FDC
(209,127,220)
0 Favorites   0 Comments

Color spaces of #d17fdc

RGB 209127220
HSL0.810.570.68
HSV293°42°86°
CMYK 0.050.420.00   0.14
XYZ46.802133.901471.7870
Yxy33.90140.30690.2223
Hunter Lab58.224941.5875-32.3427
CIE-Lab64.884246.1930-34.6150

#d17fdc color RGB value is (209,127,220).

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

The process color (four color CMYK) of #d17fdc color hex is 0.05, 0.42, 0.00, 0.14. Web safe color of #d17fdc is #cc66cc. Color #d17fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111111 11011100
Octal 321 177 334
Decimal 209 127 220
Hex D1 7F DC

RGB Percentages of Color #d17fdc

%37.59
%22.84
%39.57

CMYK Percentages of Color #d17fdc

%5
%42
%0
%14

Triadic Colors of #d17fdc

#d17fdc #dcd17f #7fdcd1

Analogous Colors of #d17fdc

#d17fdc #dc7fb9 #a37fdc

Monochromatic Colors of #d17fdc

#d17fdc

Complementary Color

#d17fdc #8adc7f

#d17fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17fdc Color CSS Codes

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

#d17fdc Text Font Color

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

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


#d17fdc Background Color

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

This div background color is #d17fdc


#d17fdc Border Color

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

This div border color is #d17fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17fdc


Comments

No comments written yet.

Please login to write comment.