Color Hex Logo

#f4323c Color Hex

#F4323C
(244,50,60)
0 Favorites   0 Comments

Color spaces of #f4323c

RGB 2445060
HSL0.990.900.58
HSV357°80°96°
CMYK 0.000.800.75   0.04
XYZ39.264421.84056.4211
Yxy21.84050.58150.3234
Hunter Lab46.733868.186324.5674
CIE-Lab53.857471.274042.5959

#f4323c color RGB value is (244,50,60).

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

The process color (four color CMYK) of #f4323c color hex is 0.00, 0.80, 0.75, 0.04. Web safe color of #f4323c is #ff3333. Color #f4323c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00110010 00111100
Octal 364 62 74
Decimal 244 50 60
Hex F4 32 3C

RGB Percentages of Color #f4323c

%68.93
%14.12
%16.95

CMYK Percentages of Color #f4323c

%0
%80
%75
%4

Triadic Colors of #f4323c

#f4323c #3cf432 #323cf4

Analogous Colors of #f4323c

#f4323c #f48932 #f4329d

Monochromatic Colors of #f4323c

#f4323c

Complementary Color

#f4323c #32f4ea

#f4323c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4323c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4323c Color CSS Codes

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

#f4323c Text Font Color

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

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


#f4323c Background Color

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

This div background color is #f4323c


#f4323c Border Color

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

This div border color is #f4323c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4323c


Comments

No comments written yet.

Please login to write comment.