Color Hex Logo

#f0379f Color Hex

#F0379F
(240,55,159)
0 Favorites   0 Comments

Color spaces of #f0379f

RGB 24055159
HSL0.910.860.58
HSV326°77°94°
CMYK 0.000.770.34   0.06
XYZ43.559423.760835.0914
Yxy23.76080.42530.2320
Hunter Lab48.745174.2068-8.5611
CIE-Lab55.847575.8067-13.2480

#f0379f color RGB value is (240,55,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00110111 10011111
Octal 360 67 237
Decimal 240 55 159
Hex F0 37 9F

RGB Percentages of Color #f0379f

%52.86
%12.11
%35.02

CMYK Percentages of Color #f0379f

%0
%77
%34
%6

Triadic Colors of #f0379f

#f0379f #9ff037 #379ff0

Analogous Colors of #f0379f

#f0379f #f03743 #e537f0

Monochromatic Colors of #f0379f

#f0379f

Complementary Color

#f0379f #37f088

#f0379f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0379f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0379f Color CSS Codes

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

#f0379f Text Font Color

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

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


#f0379f Background Color

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

This div background color is #f0379f


#f0379f Border Color

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

This div border color is #f0379f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0379f


Comments

No comments written yet.

Please login to write comment.