Color Hex Logo

#f002fe Color Hex

#F002FE
(240,2,254)
0 Favorites   0 Comments

Color spaces of #f002fe

RGB 2402254
HSL0.820.990.50
HSV297°99°100°
CMYK 0.060.990.00   0.00
XYZ53.846325.724495.8932
Yxy25.72440.30690.1466
Hunter Lab50.7192100.7467-76.5942
CIE-Lab57.774595.7289-64.5101

#f002fe color RGB value is (240,2,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000010 11111110
Octal 360 2 376
Decimal 240 2 254
Hex F0 2 FE

RGB Percentages of Color #f002fe

%48.39
%0.40
%51.21

CMYK Percentages of Color #f002fe

%6
%99
%0
%0

Triadic Colors of #f002fe

#f002fe #fef002 #02fef0

Analogous Colors of #f002fe

#f002fe #fe028e #7202fe

Monochromatic Colors of #f002fe

#f002fe

Complementary Color

#f002fe #10fe02

#f002fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f002fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f002fe Color CSS Codes

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

#f002fe Text Font Color

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

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


#f002fe Background Color

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

This div background color is #f002fe


#f002fe Border Color

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

This div border color is #f002fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f002fe


Comments

No comments written yet.

Please login to write comment.