Color Hex Logo

#f04cfd Color Hex

#F04CFD
(240,76,253)
0 Favorites   0 Comments

Color spaces of #f04cfd

RGB 24076253
HSL0.820.980.65
HSV296°70°99°
CMYK 0.050.700.00   0.01
XYZ56.249230.786095.9061
Yxy30.78600.30750.1683
Hunter Lab55.485183.8591-63.6432
CIE-Lab62.326682.1728-56.6704

#f04cfd color RGB value is (240,76,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001100 11111101
Octal 360 114 375
Decimal 240 76 253
Hex F0 4C FD

RGB Percentages of Color #f04cfd

%42.18
%13.36
%44.46

CMYK Percentages of Color #f04cfd

%5
%70
%0
%1

Triadic Colors of #f04cfd

#f04cfd #fdf04c #4cfdf0

Analogous Colors of #f04cfd

#f04cfd #fd4cb2 #984cfd

Monochromatic Colors of #f04cfd

#f04cfd

Complementary Color

#f04cfd #59fd4c

#f04cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04cfd Color CSS Codes

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

#f04cfd Text Font Color

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

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


#f04cfd Background Color

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

This div background color is #f04cfd


#f04cfd Border Color

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

This div border color is #f04cfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,76,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f04cfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04cfd


Comments

No comments written yet.

Please login to write comment.