Color Hex Logo

#f44742 Color Hex

#F44742
(244,71,66)
0 Favorites   0 Comments

Color spaces of #f44742

RGB 2447166
HSL0.000.890.61
HSV73°96°
CMYK 0.000.710.73   0.04
XYZ40.544824.13297.6754
Yxy24.13290.56040.3335
Hunter Lab49.125261.353225.1241
CIE-Lab56.220665.092141.8999

#f44742 color RGB value is (244,71,66).

#f44742 hex color red value is 244, green value is 71 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #f44742 hue: 0.00 , saturation: 0.89 and the lightness value of f44742 is 0.61.

The process color (four color CMYK) of #f44742 color hex is 0.00, 0.71, 0.73, 0.04. Web safe color of #f44742 is #ff3333. Color #f44742 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000111 01000010
Octal 364 107 102
Decimal 244 71 66
Hex F4 47 42

RGB Percentages of Color #f44742

%64.04
%18.64
%17.32

CMYK Percentages of Color #f44742

%0
%71
%73
%4

Triadic Colors of #f44742

#f44742 #42f447 #4742f4

Analogous Colors of #f44742

#f44742 #f4a042 #f44296

Monochromatic Colors of #f44742

#f44742

Complementary Color

#f44742 #42eff4

#f44742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f44742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f44742 Color CSS Codes

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

#f44742 Text Font Color

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

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


#f44742 Background Color

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

This div background color is #f44742


#f44742 Border Color

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

This div border color is #f44742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f44742


Comments

No comments written yet.

Please login to write comment.