Color Hex Logo

#f04cfc Color Hex

#F04CFC
(240,76,252)
0 Favorites   0 Comments

Color spaces of #f04cfc

RGB 24076252
HSL0.820.970.64
HSV296°70°99°
CMYK 0.050.700.00   0.01
XYZ56.090330.722495.0692
Yxy30.72240.30840.1689
Hunter Lab55.427883.6349-62.8942
CIE-Lab62.272682.0098-56.2041

#f04cfc color RGB value is (240,76,252).

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

The process color (four color CMYK) of #f04cfc color hex is 0.05, 0.70, 0.00, 0.01. Web safe color of #f04cfc is #ff33ff. Color #f04cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001100 11111100
Octal 360 114 374
Decimal 240 76 252
Hex F0 4C FC

RGB Percentages of Color #f04cfc

%42.25
%13.38
%44.37

CMYK Percentages of Color #f04cfc

%5
%70
%0
%1

Triadic Colors of #f04cfc

#f04cfc #fcf04c #4cfcf0

Analogous Colors of #f04cfc

#f04cfc #fc4cb0 #984cfc

Monochromatic Colors of #f04cfc

#f04cfc

Complementary Color

#f04cfc #58fc4c

#f04cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04cfc Color CSS Codes

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

#f04cfc Text Font Color

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

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


#f04cfc Background Color

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

This div background color is #f04cfc


#f04cfc Border Color

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

This div border color is #f04cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.