Color Hex Logo

#f40938 Color Hex

#F40938
(244,9,56)
0 Favorites   0 Comments

Color spaces of #f40938

RGB 244956
HSL0.970.930.50
HSV348°96°96°
CMYK 0.000.960.77   0.04
XYZ38.119719.71405.5374
Yxy19.71400.60150.3111
Hunter Lab44.400575.549223.6860
CIE-Lab51.512377.727542.3016

#f40938 color RGB value is (244,9,56).

#f40938 hex color red value is 244, green value is 9 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #f40938 hue: 0.97 , saturation: 0.93 and the lightness value of f40938 is 0.50.

The process color (four color CMYK) of #f40938 color hex is 0.00, 0.96, 0.77, 0.04. Web safe color of #f40938 is #ff0033. Color #f40938 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00001001 00111000
Octal 364 11 70
Decimal 244 9 56
Hex F4 9 38

RGB Percentages of Color #f40938

%78.96
%2.91
%18.12

CMYK Percentages of Color #f40938

%0
%96
%77
%4

Triadic Colors of #f40938

#f40938 #38f409 #0938f4

Analogous Colors of #f40938

#f40938 #f45009 #f409ae

Monochromatic Colors of #f40938

#f40938

Complementary Color

#f40938 #09f4c5

#f40938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f40938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f40938 Color CSS Codes

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

#f40938 Text Font Color

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

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


#f40938 Background Color

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

This div background color is #f40938


#f40938 Border Color

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

This div border color is #f40938


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,9,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f40938; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f40938;
  -webkit-box-shadow: 1px 1px 3px 2px #f40938;
  box-shadow:         1px 1px 3px 2px #f40938; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,9,56, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f40938


Comments

No comments written yet.

Please login to write comment.