Color Hex Logo

#d901fd Color Hex

#D901FD
(217,1,253)
0 Favorites   0 Comments

Color spaces of #d901fd

RGB 2171253
HSL0.810.990.50
HSV291°100°99°
CMYK 0.141.000.00   0.01
XYZ46.355721.865394.7057
Yxy21.86530.28450.1342
Hunter Lab46.760395.1247-87.3503
CIE-Lab53.883892.3494-70.4236

#d901fd color RGB value is (217,1,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000001 11111101
Octal 331 1 375
Decimal 217 1 253
Hex D9 1 FD

RGB Percentages of Color #d901fd

%46.07
%0.21
%53.72

CMYK Percentages of Color #d901fd

%14
%100
%0
%1

Triadic Colors of #d901fd

#d901fd #fdd901 #01fdd9

Analogous Colors of #d901fd

#d901fd #fd01a3 #5b01fd

Monochromatic Colors of #d901fd

#d901fd

Complementary Color

#d901fd #25fd01

#d901fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d901fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d901fd Color CSS Codes

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

#d901fd Text Font Color

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

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


#d901fd Background Color

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

This div background color is #d901fd


#d901fd Border Color

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

This div border color is #d901fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d901fd

Related Colors


Comments

No comments written yet.

Please login to write comment.