Color Hex Logo

#d117fd Color Hex

#D117FD
(209,23,253)
0 Favorites   0 Comments

Color spaces of #d117fd

RGB 20923253
HSL0.800.980.54
HSV289°91°99°
CMYK 0.170.910.00   0.01
XYZ44.330521.260094.6956
Yxy21.26000.27660.1326
Hunter Lab46.108690.9266-89.4910
CIE-Lab53.232989.3380-71.5391

#d117fd color RGB value is (209,23,253).

#d117fd hex color red value is 209, green value is 23 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d117fd hue: 0.80 , saturation: 0.98 and the lightness value of d117fd is 0.54.

The process color (four color CMYK) of #d117fd color hex is 0.17, 0.91, 0.00, 0.01. Web safe color of #d117fd is #cc00ff. Color #d117fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010111 11111101
Octal 321 27 375
Decimal 209 23 253
Hex D1 17 FD

RGB Percentages of Color #d117fd

%43.09
%4.74
%52.16

CMYK Percentages of Color #d117fd

%17
%91
%0
%1

Triadic Colors of #d117fd

#d117fd #fdd117 #17fdd1

Analogous Colors of #d117fd

#d117fd #fd17b6 #5e17fd

Monochromatic Colors of #d117fd

#d117fd

Complementary Color

#d117fd #43fd17

#d117fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d117fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d117fd Color CSS Codes

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

#d117fd Text Font Color

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

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


#d117fd Background Color

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

This div background color is #d117fd


#d117fd Border Color

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

This div border color is #d117fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d117fd


Comments

No comments written yet.

Please login to write comment.