color codes Logo

#d17dfd color codes

#D17DFD
(209,125,253)
0 Favorites   0 Comments

Color spaces of #d17dfd

RGB 209125253
HSL0.780.970.74
HSV279°51°99°
CMYK 0.170.510.00   0.01
XYZ51.357735.314497.0380
Yxy35.31440.27960.1922
Hunter Lab59.425950.2698-55.2179
CIE-Lab65.992753.8312-51.1007

#d17dfd color RGB value is (209,125,253).

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

The process color (four color CMYK) of #d17dfd color code is 0.17, 0.51, 0.00, 0.01. Web safe color of #d17dfd is #cc66ff. Color #d17dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111101 11111101
Octal 321 175 375
Decimal 209 125 253
Hex D1 7D FD

RGB Percentages of Color #d17dfd

%35.60
%21.29
%43.10

CMYK Percentages of Color #d17dfd

%17
%51
%0
%1

Triadic Colors of #d17dfd

#d17dfd #fdd17d #7dfdd1

Analogous Colors of #d17dfd

#d17dfd #fd7de9 #917dfd

Monochromatic Colors of #d17dfd

#d17dfd

Complementary Color

#d17dfd #a9fd7d

#d17dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17dfd Color CSS Codes

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

#d17dfd Text Font Color

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

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


#d17dfd Background Color

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

This div background color is #d17dfd


#d17dfd Border Color

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

This div border color is #d17dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17dfd


Comments

No comments written yet.

Please login to write comment.