Color Hex Logo

#f648fc Color Hex

#F648FC
(246,72,252)
0 Favorites   0 Comments

Color spaces of #f648fc

RGB 24672252
HSL0.830.970.64
HSV298°71°99°
CMYK 0.020.710.00   0.01
XYZ57.894131.255895.0771
Yxy31.25580.31430.1697
Hunter Lab55.906987.0077-61.6957
CIE-Lab62.723084.5168-55.4329

#f648fc color RGB value is (246,72,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01001000 11111100
Octal 366 110 374
Decimal 246 72 252
Hex F6 48 FC

RGB Percentages of Color #f648fc

%43.16
%12.63
%44.21

CMYK Percentages of Color #f648fc

%2
%71
%0
%1

Triadic Colors of #f648fc

#f648fc #fcf648 #48fcf6

Analogous Colors of #f648fc

#f648fc #fc48a8 #9c48fc

Monochromatic Colors of #f648fc

#f648fc

Complementary Color

#f648fc #4efc48

#f648fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f648fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f648fc Color CSS Codes

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

#f648fc Text Font Color

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

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


#f648fc Background Color

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

This div background color is #f648fc


#f648fc Border Color

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

This div border color is #f648fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f648fc

Related Colors


Comments

No comments written yet.

Please login to write comment.