Color Hex Logo

#f42014 Color Hex

#F42014
(244,32,20)
0 Favorites   0 Comments

Color spaces of #f42014

RGB 2443220
HSL0.010.910.52
HSV92°96°
CMYK 0.000.870.92   0.04
XYZ37.951020.31662.5831
Yxy20.31660.62370.3339
Hunter Lab45.073971.412628.1540
CIE-Lab52.193374.247460.1070

#f42014 color RGB value is (244,32,20).

#f42014 hex color red value is 244, green value is 32 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #f42014 hue: 0.01 , saturation: 0.91 and the lightness value of f42014 is 0.52.

The process color (four color CMYK) of #f42014 color hex is 0.00, 0.87, 0.92, 0.04. Web safe color of #f42014 is #ff3300. Color #f42014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00100000 00010100
Octal 364 40 24
Decimal 244 32 20
Hex F4 20 14

RGB Percentages of Color #f42014

%82.43
%10.81
%6.76

CMYK Percentages of Color #f42014

%0
%87
%92
%4

Triadic Colors of #f42014

#f42014 #14f420 #2014f4

Analogous Colors of #f42014

#f42014 #f49014 #f41478

Monochromatic Colors of #f42014

#f42014

Complementary Color

#f42014 #14e8f4

#f42014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f42014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f42014 Color CSS Codes

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

#f42014 Text Font Color

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

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


#f42014 Background Color

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

This div background color is #f42014


#f42014 Border Color

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

This div border color is #f42014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f42014


Comments

No comments written yet.

Please login to write comment.