Color Hex Logo

#f03994 Color Hex

#F03994
(240,57,148)
0 Favorites   0 Comments

Color spaces of #f03994

RGB 24057148
HSL0.920.860.58
HSV330°76°94°
CMYK 0.000.760.38   0.06
XYZ42.743623.589630.3174
Yxy23.58960.44220.2441
Hunter Lab48.569172.0942-3.0111
CIE-Lab55.674574.1305-7.0225

#f03994 color RGB value is (240,57,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111001 10010100
Octal 360 71 224
Decimal 240 57 148
Hex F0 39 94

RGB Percentages of Color #f03994

%53.93
%12.81
%33.26

CMYK Percentages of Color #f03994

%0
%76
%38
%6

Triadic Colors of #f03994

#f03994 #94f039 #3994f0

Analogous Colors of #f03994

#f03994 #f03a39 #f039f0

Monochromatic Colors of #f03994

#f03994

Complementary Color

#f03994 #39f095

#f03994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03994 Color CSS Codes

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

#f03994 Text Font Color

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

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


#f03994 Background Color

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

This div background color is #f03994


#f03994 Border Color

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

This div border color is #f03994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03994


Comments

No comments written yet.

Please login to write comment.