Color Hex Logo

#f40735 Color Hex

#F40735
(244,7,53)
0 Favorites   0 Comments

Color spaces of #f40735

RGB 244753
HSL0.970.940.49
HSV348°97°96°
CMYK 0.000.970.78   0.04
XYZ38.026819.64215.1552
Yxy19.64210.60530.3127
Hunter Lab44.319475.597024.1270
CIE-Lab51.430177.781943.9055

#f40735 color RGB value is (244,7,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00000111 00110101
Octal 364 7 65
Decimal 244 7 53
Hex F4 7 35

RGB Percentages of Color #f40735

%80.26
%2.30
%17.43

CMYK Percentages of Color #f40735

%0
%97
%78
%4

Triadic Colors of #f40735

#f40735 #35f407 #0735f4

Analogous Colors of #f40735

#f40735 #f45007 #f407ac

Monochromatic Colors of #f40735

#f40735

Complementary Color

#f40735 #07f4c6

#f40735 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f40735 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f40735 Color CSS Codes

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

#f40735 Text Font Color

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

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


#f40735 Background Color

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

This div background color is #f40735


#f40735 Border Color

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

This div border color is #f40735


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f40735


Comments

No comments written yet.

Please login to write comment.