Color Hex Logo

#f04dff Color Hex

#F04DFF
(240,77,255)
0 Favorites   0 Comments

Color spaces of #f04dff

RGB 24077255
HSL0.821.000.65
HSV295°70°100°
CMYK 0.060.700.00   0.00
XYZ56.639131.053097.6164
Yxy31.05300.30560.1676
Hunter Lab55.725283.9082-64.8533
CIE-Lab62.552382.1673-57.4140

#f04dff color RGB value is (240,77,255).

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

The process color (four color CMYK) of #f04dff color hex is 0.06, 0.70, 0.00, 0.00. Web safe color of #f04dff is #ff66ff. Color #f04dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001101 11111111
Octal 360 115 377
Decimal 240 77 255
Hex F0 4D FF

RGB Percentages of Color #f04dff

%41.96
%13.46
%44.58

CMYK Percentages of Color #f04dff

%6
%70
%0
%0

Triadic Colors of #f04dff

#f04dff #fff04d #4dfff0

Analogous Colors of #f04dff

#f04dff #ff4db5 #974dff

Monochromatic Colors of #f04dff

#f04dff

Complementary Color

#f04dff #5cff4d

#f04dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04dff Color CSS Codes

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

#f04dff Text Font Color

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

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


#f04dff Background Color

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

This div background color is #f04dff


#f04dff Border Color

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

This div border color is #f04dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04dff

Related Colors


Comments

No comments written yet.

Please login to write comment.