Color Hex Logo

#d601fd Color Hex

#D601FD
(214,1,253)
0 Favorites   0 Comments

Color spaces of #d601fd

RGB 2141253
HSL0.810.990.50
HSV291°100°99°
CMYK 0.151.000.00   0.01
XYZ45.472021.409794.6643
Yxy21.40970.28150.1325
Hunter Lab46.270694.4456-88.9110
CIE-Lab53.395091.9393-71.2386

#d601fd color RGB value is (214,1,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000001 11111101
Octal 326 1 375
Decimal 214 1 253
Hex D6 1 FD

RGB Percentages of Color #d601fd

%45.73
%0.21
%54.06

CMYK Percentages of Color #d601fd

%15
%100
%0
%1

Triadic Colors of #d601fd

#d601fd #fdd601 #01fdd6

Analogous Colors of #d601fd

#d601fd #fd01a6 #5801fd

Monochromatic Colors of #d601fd

#d601fd

Complementary Color

#d601fd #28fd01

#d601fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d601fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d601fd Color CSS Codes

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

#d601fd Text Font Color

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

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


#d601fd Background Color

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

This div background color is #d601fd


#d601fd Border Color

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

This div border color is #d601fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d601fd


Comments

No comments written yet.

Please login to write comment.