Color Hex Logo

#f039fe Color Hex

#F039FE
(240,57,254)
0 Favorites   0 Comments

Color spaces of #f039fe

RGB 24057254
HSL0.820.990.61
HSV296°78°100°
CMYK 0.060.780.00   0.00
XYZ55.287728.607396.3737
Yxy28.60730.30670.1587
Hunter Lab53.485890.9134-69.3920
CIE-Lab60.433587.9270-60.2454

#f039fe color RGB value is (240,57,254).

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

The process color (four color CMYK) of #f039fe color hex is 0.06, 0.78, 0.00, 0.00. Web safe color of #f039fe is #ff33ff. Color #f039fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111001 11111110
Octal 360 71 376
Decimal 240 57 254
Hex F0 39 FE

RGB Percentages of Color #f039fe

%43.56
%10.34
%46.10

CMYK Percentages of Color #f039fe

%6
%78
%0
%0

Triadic Colors of #f039fe

#f039fe #fef039 #39fef0

Analogous Colors of #f039fe

#f039fe #fe39aa #8e39fe

Monochromatic Colors of #f039fe

#f039fe

Complementary Color

#f039fe #47fe39

#f039fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f039fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f039fe Color CSS Codes

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

#f039fe Text Font Color

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

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


#f039fe Background Color

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

This div background color is #f039fe


#f039fe Border Color

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

This div border color is #f039fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f039fe

Related Colors


Comments

No comments written yet.

Please login to write comment.