Color Hex Logo

#f810fc Color Hex

#F810FC
(248,16,252)
0 Favorites   0 Comments

Color spaces of #f810fc

RGB 24816252
HSL0.830.980.53
HSV299°94°99°
CMYK 0.020.940.00   0.01
XYZ56.467427.355394.3994
Yxy27.35530.31680.1535
Hunter Lab52.3023101.1859-70.3998
CIE-Lab59.301895.7529-60.8763

#f810fc color RGB value is (248,16,252).

#f810fc hex color red value is 248, green value is 16 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f810fc hue: 0.83 , saturation: 0.98 and the lightness value of f810fc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00010000 11111100
Octal 370 20 374
Decimal 248 16 252
Hex F8 10 FC

RGB Percentages of Color #f810fc

%48.06
%3.10
%48.84

CMYK Percentages of Color #f810fc

%2
%94
%0
%1

Triadic Colors of #f810fc

#f810fc #fcf810 #10fcf8

Analogous Colors of #f810fc

#f810fc #fc108a #8210fc

Monochromatic Colors of #f810fc

#f810fc

Complementary Color

#f810fc #14fc10

#f810fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f810fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f810fc Color CSS Codes

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

#f810fc Text Font Color

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

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


#f810fc Background Color

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

This div background color is #f810fc


#f810fc Border Color

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

This div border color is #f810fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f810fc

Related Colors


Comments

No comments written yet.

Please login to write comment.