Color Hex Logo

#f71afc Color Hex

#F71AFC
(247,26,252)
0 Favorites   0 Comments

Color spaces of #f71afc

RGB 24726252
HSL0.830.970.55
HSV299°90°99°
CMYK 0.020.900.00   0.01
XYZ56.297927.541294.4442
Yxy27.54120.31580.1545
Hunter Lab52.479799.6474-69.9644
CIE-Lab59.472094.5983-60.6130

#f71afc color RGB value is (247,26,252).

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

The process color (four color CMYK) of #f71afc color hex is 0.02, 0.90, 0.00, 0.01. Web safe color of #f71afc is #ff33ff. Color #f71afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00011010 11111100
Octal 367 32 374
Decimal 247 26 252
Hex F7 1A FC

RGB Percentages of Color #f71afc

%47.05
%4.95
%48.00

CMYK Percentages of Color #f71afc

%2
%90
%0
%1

Triadic Colors of #f71afc

#f71afc #fcf71a #1afcf7

Analogous Colors of #f71afc

#f71afc #fc1a90 #861afc

Monochromatic Colors of #f71afc

#f71afc

Complementary Color

#f71afc #1ffc1a

#f71afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f71afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f71afc Color CSS Codes

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

#f71afc Text Font Color

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

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


#f71afc Background Color

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

This div background color is #f71afc


#f71afc Border Color

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

This div border color is #f71afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f71afc


Comments

No comments written yet.

Please login to write comment.