Color Hex Logo

#d601fc Color Hex

#D601FC
(214,1,252)
0 Favorites   0 Comments

Color spaces of #d601fc

RGB 2141252
HSL0.810.990.50
HSV291°100°99°
CMYK 0.151.000.00   0.01
XYZ45.313121.346193.8274
Yxy21.34610.28230.1330
Hunter Lab46.201894.2131-88.0657
CIE-Lab53.326291.7797-70.7930

#d601fc color RGB value is (214,1,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000001 11111100
Octal 326 1 374
Decimal 214 1 252
Hex D6 1 FC

RGB Percentages of Color #d601fc

%45.82
%0.21
%53.96

CMYK Percentages of Color #d601fc

%15
%100
%0
%1

Triadic Colors of #d601fc

#d601fc #fcd601 #01fcd6

Analogous Colors of #d601fc

#d601fc #fc01a5 #5801fc

Monochromatic Colors of #d601fc

#d601fc

Complementary Color

#d601fc #27fc01

#d601fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d601fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d601fc Color CSS Codes

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

#d601fc Text Font Color

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

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


#d601fc Background Color

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

This div background color is #d601fc


#d601fc Border Color

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

This div border color is #d601fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d601fc


Comments

No comments written yet.

Please login to write comment.