Color Hex Logo

#ff01fd Color Hex

#FF01FD
(255,1,253)
0 Favorites   0 Comments

Color spaces of #ff01fd

RGB 2551253
HSL0.831.000.50
HSV300°100°100°
CMYK 0.001.000.01   0.00
XYZ58.980528.373695.2965
Yxy28.37360.32290.1553
Hunter Lab53.2669104.4296-68.7853
CIE-Lab60.224897.9197-59.8871

#ff01fd color RGB value is (255,1,253).

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

The process color (four color CMYK) of #ff01fd color hex is 0.00, 1.00, 0.01, 0.00. Web safe color of #ff01fd is #ff00ff. Color #ff01fd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000001 11111101
Octal 377 1 375
Decimal 255 1 253
Hex FF 1 FD

RGB Percentages of Color #ff01fd

%50.10
%0.20
%49.71

CMYK Percentages of Color #ff01fd

%0
%100
%1
%0

Triadic Colors of #ff01fd

#ff01fd #fdff01 #01fdff

Analogous Colors of #ff01fd

#ff01fd #ff017e #8201ff

Monochromatic Colors of #ff01fd

#ff01fd

Complementary Color

#ff01fd #01ff03

#ff01fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff01fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff01fd Color CSS Codes

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

#ff01fd Text Font Color

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

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


#ff01fd Background Color

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

This div background color is #ff01fd


#ff01fd Border Color

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

This div border color is #ff01fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff01fd

Related Colors


Comments

No comments written yet.

Please login to write comment.