Color Hex Logo

#f71dfe Color Hex

#F71DFE
(247,29,254)
0 Favorites   0 Comments

Color spaces of #f71dfe

RGB 24729254
HSL0.830.990.55
HSV298°89°100°
CMYK 0.030.890.00   0.00
XYZ56.686527.808696.1458
Yxy27.80860.31380.1539
Hunter Lab52.733999.5951-71.1854
CIE-Lab59.715494.5128-61.3319

#f71dfe color RGB value is (247,29,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00011101 11111110
Octal 367 35 376
Decimal 247 29 254
Hex F7 1D FE

RGB Percentages of Color #f71dfe

%46.60
%5.47
%47.92

CMYK Percentages of Color #f71dfe

%3
%89
%0
%0

Triadic Colors of #f71dfe

#f71dfe #fef71d #1dfef7

Analogous Colors of #f71dfe

#f71dfe #fe1d95 #871dfe

Monochromatic Colors of #f71dfe

#f71dfe

Complementary Color

#f71dfe #24fe1d

#f71dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f71dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f71dfe Color CSS Codes

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

#f71dfe Text Font Color

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

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


#f71dfe Background Color

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

This div background color is #f71dfe


#f71dfe Border Color

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

This div border color is #f71dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f71dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.