Color Hex Logo

#f861fc Color Hex

#F861FC
(248,97,252)
0 Favorites   0 Comments

Color spaces of #f861fc

RGB 24897252
HSL0.830.960.68
HSV298°62°99°
CMYK 0.020.620.00   0.01
XYZ60.556835.534195.7625
Yxy35.53410.31560.1852
Hunter Lab59.610577.0153-53.5203
CIE-Lab66.162476.0925-49.9611

#f861fc color RGB value is (248,97,252).

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

The process color (four color CMYK) of #f861fc color hex is 0.02, 0.62, 0.00, 0.01. Web safe color of #f861fc is #ff66ff. Color #f861fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100001 11111100
Octal 370 141 374
Decimal 248 97 252
Hex F8 61 FC

RGB Percentages of Color #f861fc

%41.54
%16.25
%42.21

CMYK Percentages of Color #f861fc

%2
%62
%0
%1

Triadic Colors of #f861fc

#f861fc #fcf861 #61fcf8

Analogous Colors of #f861fc

#f861fc #fc61b3 #ab61fc

Monochromatic Colors of #f861fc

#f861fc

Complementary Color

#f861fc #65fc61

#f861fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f861fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f861fc Color CSS Codes

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

#f861fc Text Font Color

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

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


#f861fc Background Color

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

This div background color is #f861fc


#f861fc Border Color

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

This div border color is #f861fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f861fc

Related Colors


Comments

No comments written yet.

Please login to write comment.