Color Hex Logo

#f40820 Color Hex

#F40820
(244,8,32)
0 Favorites   0 Comments

Color spaces of #f40820

RGB 244832
HSL0.980.940.49
HSV354°97°96°
CMYK 0.000.970.87   0.04
XYZ37.655819.51103.1478
Yxy19.51100.62430.3235
Hunter Lab44.171374.870826.6947
CIE-Lab51.279877.227954.6169

#f40820 color RGB value is (244,8,32).

#f40820 hex color red value is 244, green value is 8 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #f40820 hue: 0.98 , saturation: 0.94 and the lightness value of f40820 is 0.49.

The process color (four color CMYK) of #f40820 color hex is 0.00, 0.97, 0.87, 0.04. Web safe color of #f40820 is #ff0033. Color #f40820 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00001000 00100000
Octal 364 10 40
Decimal 244 8 32
Hex F4 8 20

RGB Percentages of Color #f40820

%85.92
%2.82
%11.27

CMYK Percentages of Color #f40820

%0
%97
%87
%4

Triadic Colors of #f40820

#f40820 #20f408 #0820f4

Analogous Colors of #f40820

#f40820 #f46608 #f40896

Monochromatic Colors of #f40820

#f40820

Complementary Color

#f40820 #08f4dc

#f40820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f40820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f40820 Color CSS Codes

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

#f40820 Text Font Color

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

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


#f40820 Background Color

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

This div background color is #f40820


#f40820 Border Color

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

This div border color is #f40820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f40820


Comments

No comments written yet.

Please login to write comment.