Color Hex Logo

#f654fc Color Hex

#F654FC
(246,84,252)
0 Favorites   0 Comments

Color spaces of #f654fc

RGB 24684252
HSL0.830.970.66
HSV298°67°99°
CMYK 0.020.670.00   0.01
XYZ58.747032.961895.3614
Yxy32.96180.31400.1762
Hunter Lab57.412482.1778-58.2915
CIE-Lab64.130080.5234-53.1974

#f654fc color RGB value is (246,84,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010100 11111100
Octal 366 124 374
Decimal 246 84 252
Hex F6 54 FC

RGB Percentages of Color #f654fc

%42.27
%14.43
%43.30

CMYK Percentages of Color #f654fc

%2
%67
%0
%1

Triadic Colors of #f654fc

#f654fc #fcf654 #54fcf6

Analogous Colors of #f654fc

#f654fc #fc54ae #a254fc

Monochromatic Colors of #f654fc

#f654fc

Complementary Color

#f654fc #5afc54

#f654fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f654fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f654fc Color CSS Codes

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

#f654fc Text Font Color

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

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


#f654fc Background Color

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

This div background color is #f654fc


#f654fc Border Color

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

This div border color is #f654fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f654fc

Related Colors


Comments

No comments written yet.

Please login to write comment.