Color Hex Logo

#d171fd Color Hex

#D171FD
(209,113,253)
0 Favorites   0 Comments

Color spaces of #d171fd

RGB 209113253
HSL0.780.970.72
HSV281°55°99°
CMYK 0.170.550.00   0.01
XYZ49.929232.457496.5619
Yxy32.45740.27900.1814
Hunter Lab56.971456.7358-60.6118
CIE-Lab63.719159.8197-54.7054

#d171fd color RGB value is (209,113,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110001 11111101
Octal 321 161 375
Decimal 209 113 253
Hex D1 71 FD

RGB Percentages of Color #d171fd

%36.35
%19.65
%44.00

CMYK Percentages of Color #d171fd

%17
%55
%0
%1

Triadic Colors of #d171fd

#d171fd #fdd171 #71fdd1

Analogous Colors of #d171fd

#d171fd #fd71e3 #8b71fd

Monochromatic Colors of #d171fd

#d171fd

Complementary Color

#d171fd #9dfd71

#d171fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d171fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d171fd Color CSS Codes

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

#d171fd Text Font Color

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

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


#d171fd Background Color

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

This div background color is #d171fd


#d171fd Border Color

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

This div border color is #d171fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d171fd

Related Colors


Comments

No comments written yet.

Please login to write comment.