Color Hex Logo

#ff01ff Color Hex

#FF01FF
(255,1,255)
0 Favorites   0 Comments

Color spaces of #ff01ff

RGB 2551255
HSL0.831.000.50
HSV300°100°100°
CMYK 0.001.000.00   0.00
XYZ59.300928.501796.9836
Yxy28.50170.32090.1542
Hunter Lab53.3870104.8460-70.3362
CIE-Lab60.339398.1969-60.8120

#ff01ff color RGB value is (255,1,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000001 11111111
Octal 377 1 377
Decimal 255 1 255
Hex FF 1 FF

RGB Percentages of Color #ff01ff

%49.90
%0.20
%49.90

CMYK Percentages of Color #ff01ff

%0
%100
%0
%0

Triadic Colors of #ff01ff

#ff01ff #ffff01 #01ffff

Analogous Colors of #ff01ff

#ff01ff #ff0180 #8001ff

Monochromatic Colors of #ff01ff

#ff01ff

Complementary Color

#ff01ff #01ff01

#ff01ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff01ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff01ff Color CSS Codes

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

#ff01ff Text Font Color

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

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


#ff01ff Background Color

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

This div background color is #ff01ff


#ff01ff Border Color

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

This div border color is #ff01ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff01ff

Related Colors


Comments

No comments written yet.

Please login to write comment.