Color Hex Logo

#f039ef Color Hex

#F039EF
(240,57,239)
0 Favorites   0 Comments

Color spaces of #f039ef

RGB 24057239
HSL0.830.860.58
HSV300°76°94°
CMYK 0.000.760.00   0.06
XYZ52.978327.683584.2125
Yxy27.68350.32130.1679
Hunter Lab52.615187.6557-58.0653
CIE-Lab59.601785.6179-53.2365

#f039ef color RGB value is (240,57,239).

#f039ef hex color red value is 240, green value is 57 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f039ef hue: 0.83 , saturation: 0.86 and the lightness value of f039ef is 0.58.

The process color (four color CMYK) of #f039ef color hex is 0.00, 0.76, 0.00, 0.06. Web safe color of #f039ef is #ff33ff. Color #f039ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111001 11101111
Octal 360 71 357
Decimal 240 57 239
Hex F0 39 EF

RGB Percentages of Color #f039ef

%44.78
%10.63
%44.59

CMYK Percentages of Color #f039ef

%0
%76
%0
%6

Triadic Colors of #f039ef

#f039ef #eff039 #39eff0

Analogous Colors of #f039ef

#f039ef #f03994 #9639f0

Monochromatic Colors of #f039ef

#f039ef

Complementary Color

#f039ef #39f03a

#f039ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f039ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f039ef Color CSS Codes

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

#f039ef Text Font Color

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

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


#f039ef Background Color

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

This div background color is #f039ef


#f039ef Border Color

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

This div border color is #f039ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f039ef

Related Colors


Comments

No comments written yet.

Please login to write comment.