Color Hex Logo

#f81fff Color Hex

#F81FFF
(248,31,255)
0 Favorites   0 Comments

Color spaces of #f81fff

RGB 24831255
HSL0.831.000.56
HSV298°88°100°
CMYK 0.030.880.00   0.00
XYZ57.251428.156497.0250
Yxy28.15640.31380.1543
Hunter Lab53.062699.7313-71.2680
CIE-Lab60.029894.5513-61.3730

#f81fff color RGB value is (248,31,255).

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

The process color (four color CMYK) of #f81fff color hex is 0.03, 0.88, 0.00, 0.00. Web safe color of #f81fff is #ff33ff. Color #f81fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00011111 11111111
Octal 370 37 377
Decimal 248 31 255
Hex F8 1F FF

RGB Percentages of Color #f81fff

%46.44
%5.81
%47.75

CMYK Percentages of Color #f81fff

%3
%88
%0
%0

Triadic Colors of #f81fff

#f81fff #fff81f #1ffff8

Analogous Colors of #f81fff

#f81fff #ff1f96 #881fff

Monochromatic Colors of #f81fff

#f81fff

Complementary Color

#f81fff #26ff1f

#f81fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f81fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f81fff Color CSS Codes

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

#f81fff Text Font Color

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

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


#f81fff Background Color

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

This div background color is #f81fff


#f81fff Border Color

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

This div border color is #f81fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f81fff

Related Colors


Comments

No comments written yet.

Please login to write comment.