Color Hex Logo

#d901fc Color Hex

#D901FC
(217,1,252)
0 Favorites   0 Comments

Color spaces of #d901fc

RGB 2171252
HSL0.810.990.50
HSV292°100°99°
CMYK 0.141.000.00   0.01
XYZ46.196821.801793.8688
Yxy21.80170.28540.1347
Hunter Lab46.692394.8943-86.5103
CIE-Lab53.816092.1915-69.9765

#d901fc color RGB value is (217,1,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000001 11111100
Octal 331 1 374
Decimal 217 1 252
Hex D9 1 FC

RGB Percentages of Color #d901fc

%46.17
%0.21
%53.62

CMYK Percentages of Color #d901fc

%14
%100
%0
%1

Triadic Colors of #d901fc

#d901fc #fcd901 #01fcd9

Analogous Colors of #d901fc

#d901fc #fc01a2 #5b01fc

Monochromatic Colors of #d901fc

#d901fc

Complementary Color

#d901fc #24fc01

#d901fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d901fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d901fc Color CSS Codes

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

#d901fc Text Font Color

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

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


#d901fc Background Color

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

This div background color is #d901fc


#d901fc Border Color

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

This div border color is #d901fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,1,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d901fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d901fc


Comments

No comments written yet.

Please login to write comment.