Color Hex Logo

#f0379e Color Hex

#F0379E
(240,55,158)
0 Favorites   0 Comments

Color spaces of #f0379e

RGB 24055158
HSL0.910.860.58
HSV327°77°94°
CMYK 0.000.770.34   0.06
XYZ43.472923.726334.6361
Yxy23.72630.42690.2330
Hunter Lab48.709674.0677-8.0627
CIE-Lab55.812775.7013-12.7123

#f0379e color RGB value is (240,55,158).

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

The process color (four color CMYK) of #f0379e color hex is 0.00, 0.77, 0.34, 0.06. Web safe color of #f0379e is #ff3399. Color #f0379e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00110111 10011110
Octal 360 67 236
Decimal 240 55 158
Hex F0 37 9E

RGB Percentages of Color #f0379e

%52.98
%12.14
%34.88

CMYK Percentages of Color #f0379e

%0
%77
%34
%6

Triadic Colors of #f0379e

#f0379e #9ef037 #379ef0

Analogous Colors of #f0379e

#f0379e #f03741 #e637f0

Monochromatic Colors of #f0379e

#f0379e

Complementary Color

#f0379e #37f089

#f0379e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0379e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0379e Color CSS Codes

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

#f0379e Text Font Color

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

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


#f0379e Background Color

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

This div background color is #f0379e


#f0379e Border Color

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

This div border color is #f0379e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0379e


Comments

No comments written yet.

Please login to write comment.