Color Hex Logo

#f00dfe Color Hex

#F00DFE
(240,13,254)
0 Favorites   0 Comments

Color spaces of #f00dfe

RGB 24013254
HSL0.820.990.52
HSV297°95°100°
CMYK 0.060.950.00   0.00
XYZ53.968525.968995.9340
Yxy25.96890.30690.1477
Hunter Lab50.959799.8597-75.9444
CIE-Lab58.007595.0373-64.1356

#f00dfe color RGB value is (240,13,254).

#f00dfe hex color red value is 240, green value is 13 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f00dfe hue: 0.82 , saturation: 0.99 and the lightness value of f00dfe is 0.52.

The process color (four color CMYK) of #f00dfe color hex is 0.06, 0.95, 0.00, 0.00. Web safe color of #f00dfe is #ff00ff. Color #f00dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00001101 11111110
Octal 360 15 376
Decimal 240 13 254
Hex F0 D FE

RGB Percentages of Color #f00dfe

%47.34
%2.56
%50.10

CMYK Percentages of Color #f00dfe

%6
%95
%0
%0

Triadic Colors of #f00dfe

#f00dfe #fef00d #0dfef0

Analogous Colors of #f00dfe

#f00dfe #fe0d94 #780dfe

Monochromatic Colors of #f00dfe

#f00dfe

Complementary Color

#f00dfe #1bfe0d

#f00dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00dfe Color CSS Codes

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

#f00dfe Text Font Color

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

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


#f00dfe Background Color

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

This div background color is #f00dfe


#f00dfe Border Color

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

This div border color is #f00dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00dfe


Comments

No comments written yet.

Please login to write comment.