Color Hex Logo

#d17ffd Color Hex

#D17FFD
(209,127,253)
0 Favorites   0 Comments

Color spaces of #d17ffd

RGB 209127253
HSL0.780.970.75
HSV279°50°99°
CMYK 0.170.500.00   0.01
XYZ51.613535.825997.1233
Yxy35.82590.27970.1941
Hunter Lab59.854749.1770-54.3086
CIE-Lab66.386752.8081-50.4778

#d17ffd color RGB value is (209,127,253).

#d17ffd hex color red value is 209, green value is 127 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d17ffd hue: 0.78 , saturation: 0.97 and the lightness value of d17ffd is 0.75.

The process color (four color CMYK) of #d17ffd color hex is 0.17, 0.50, 0.00, 0.01. Web safe color of #d17ffd is #cc66ff. Color #d17ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111111 11111101
Octal 321 177 375
Decimal 209 127 253
Hex D1 7F FD

RGB Percentages of Color #d17ffd

%35.48
%21.56
%42.95

CMYK Percentages of Color #d17ffd

%17
%50
%0
%1

Triadic Colors of #d17ffd

#d17ffd #fdd17f #7ffdd1

Analogous Colors of #d17ffd

#d17ffd #fd7fea #927ffd

Monochromatic Colors of #d17ffd

#d17ffd

Complementary Color

#d17ffd #abfd7f

#d17ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17ffd Color CSS Codes

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

#d17ffd Text Font Color

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

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


#d17ffd Background Color

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

This div background color is #d17ffd


#d17ffd Border Color

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

This div border color is #d17ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17ffd


Comments

No comments written yet.

Please login to write comment.