Color Hex Logo

#f71ffe Color Hex

#F71FFE
(247,31,254)
0 Favorites   0 Comments

Color spaces of #f71ffe

RGB 24731254
HSL0.830.990.56
HSV298°88°100°
CMYK 0.030.880.00   0.00
XYZ56.737227.909996.1627
Yxy27.90990.31380.1544
Hunter Lab52.829899.2500-70.9409
CIE-Lab59.807394.2424-61.1848

#f71ffe color RGB value is (247,31,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00011111 11111110
Octal 367 37 376
Decimal 247 31 254
Hex F7 1F FE

RGB Percentages of Color #f71ffe

%46.43
%5.83
%47.74

CMYK Percentages of Color #f71ffe

%3
%88
%0
%0

Triadic Colors of #f71ffe

#f71ffe #fef71f #1ffef7

Analogous Colors of #f71ffe

#f71ffe #fe1f96 #881ffe

Monochromatic Colors of #f71ffe

#f71ffe

Complementary Color

#f71ffe #26fe1f

#f71ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f71ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f71ffe Color CSS Codes

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

#f71ffe Text Font Color

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

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


#f71ffe Background Color

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

This div background color is #f71ffe


#f71ffe Border Color

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

This div border color is #f71ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f71ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.