Color Hex Logo

#f039eb Color Hex

#F039EB
(240,57,235)
0 Favorites   0 Comments

Color spaces of #f039eb

RGB 24057235
HSL0.840.860.58
HSV302°76°94°
CMYK 0.000.760.02   0.06
XYZ52.393727.449781.1341
Yxy27.44970.32550.1705
Hunter Lab52.392586.8174-55.1408
CIE-Lab59.388385.0187-51.3397

#f039eb color RGB value is (240,57,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111001 11101011
Octal 360 71 353
Decimal 240 57 235
Hex F0 39 EB

RGB Percentages of Color #f039eb

%45.11
%10.71
%44.17

CMYK Percentages of Color #f039eb

%0
%76
%2
%6

Triadic Colors of #f039eb

#f039eb #ebf039 #39ebf0

Analogous Colors of #f039eb

#f039eb #f03990 #9a39f0

Monochromatic Colors of #f039eb

#f039eb

Complementary Color

#f039eb #39f03e

#f039eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f039eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f039eb Color CSS Codes

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

#f039eb Text Font Color

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

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


#f039eb Background Color

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

This div background color is #f039eb


#f039eb Border Color

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

This div border color is #f039eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f039eb


Comments

No comments written yet.

Please login to write comment.