Color Hex Logo

#d917fd Color Hex

#D917FD
(217,23,253)
0 Favorites   0 Comments

Color spaces of #d917fd

RGB 21723253
HSL0.810.980.54
HSV291°91°99°
CMYK 0.140.910.00   0.01
XYZ46.651322.456494.8042
Yxy22.45640.28460.1370
Hunter Lab47.388292.7950-85.4431
CIE-Lab54.507990.4939-69.4137

#d917fd color RGB value is (217,23,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00010111 11111101
Octal 331 27 375
Decimal 217 23 253
Hex D9 17 FD

RGB Percentages of Color #d917fd

%44.02
%4.67
%51.32

CMYK Percentages of Color #d917fd

%14
%91
%0
%1

Triadic Colors of #d917fd

#d917fd #fdd917 #17fdd9

Analogous Colors of #d917fd

#d917fd #fd17ae #6617fd

Monochromatic Colors of #d917fd

#d917fd

Complementary Color

#d917fd #3bfd17

#d917fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d917fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d917fd Color CSS Codes

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

#d917fd Text Font Color

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

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


#d917fd Background Color

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

This div background color is #d917fd


#d917fd Border Color

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

This div border color is #d917fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d917fd


Comments

No comments written yet.

Please login to write comment.