Color Hex Logo

#f716fc Color Hex

#F716FC
(247,22,252)
0 Favorites   0 Comments

Color spaces of #f716fc

RGB 24722252
HSL0.830.970.54
HSV299°91°99°
CMYK 0.020.910.00   0.01
XYZ56.215427.376394.4167
Yxy27.37630.31580.1538
Hunter Lab52.3224100.2171-70.3643
CIE-Lab59.321095.0436-60.8547

#f716fc color RGB value is (247,22,252).

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

The process color (four color CMYK) of #f716fc color hex is 0.02, 0.91, 0.00, 0.01. Web safe color of #f716fc is #ff00ff. Color #f716fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00010110 11111100
Octal 367 26 374
Decimal 247 22 252
Hex F7 16 FC

RGB Percentages of Color #f716fc

%47.41
%4.22
%48.37

CMYK Percentages of Color #f716fc

%2
%91
%0
%1

Triadic Colors of #f716fc

#f716fc #fcf716 #16fcf7

Analogous Colors of #f716fc

#f716fc #fc168e #8416fc

Monochromatic Colors of #f716fc

#f716fc

Complementary Color

#f716fc #1bfc16

#f716fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f716fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f716fc Color CSS Codes

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

#f716fc Text Font Color

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

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


#f716fc Background Color

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

This div background color is #f716fc


#f716fc Border Color

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

This div border color is #f716fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f716fc

Related Colors


Comments

No comments written yet.

Please login to write comment.