Color Hex Logo

#f4344a Color Hex

#F4344A
(244,52,74)
0 Favorites   0 Comments

Color spaces of #f4344a

RGB 2445274
HSL0.980.900.58
HSV353°79°96°
CMYK 0.000.790.70   0.04
XYZ39.772222.18358.6642
Yxy22.18350.56320.3141
Hunter Lab47.099468.307222.0628
CIE-Lab54.221271.304335.0470

#f4344a color RGB value is (244,52,74).

#f4344a hex color red value is 244, green value is 52 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #f4344a hue: 0.98 , saturation: 0.90 and the lightness value of f4344a is 0.58.

The process color (four color CMYK) of #f4344a color hex is 0.00, 0.79, 0.70, 0.04. Web safe color of #f4344a is #ff3333. Color #f4344a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00110100 01001010
Octal 364 64 112
Decimal 244 52 74
Hex F4 34 4A

RGB Percentages of Color #f4344a

%65.95
%14.05
%20.00

CMYK Percentages of Color #f4344a

%0
%79
%70
%4

Triadic Colors of #f4344a

#f4344a #4af434 #344af4

Analogous Colors of #f4344a

#f4344a #f47e34 #f434aa

Monochromatic Colors of #f4344a

#f4344a

Complementary Color

#f4344a #34f4de

#f4344a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4344a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4344a Color CSS Codes

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

#f4344a Text Font Color

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

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


#f4344a Background Color

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

This div background color is #f4344a


#f4344a Border Color

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

This div border color is #f4344a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4344a


Comments

No comments written yet.

Please login to write comment.