Color Hex Logo

#f4052b Color Hex

#F4052B
(244,5,43)
0 Favorites   0 Comments

Color spaces of #f4052b

RGB 244543
HSL0.970.960.49
HSV350°98°96°
CMYK 0.000.980.82   0.04
XYZ37.798519.51614.0603
Yxy19.51610.61590.3180
Hunter Lab44.177075.417425.4746
CIE-Lab51.285677.665949.1913

#f4052b color RGB value is (244,5,43).

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

The process color (four color CMYK) of #f4052b color hex is 0.00, 0.98, 0.82, 0.04. Web safe color of #f4052b is #ff0033. Color #f4052b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00000101 00101011
Octal 364 5 53
Decimal 244 5 43
Hex F4 5 2B

RGB Percentages of Color #f4052b

%83.56
%1.71
%14.73

CMYK Percentages of Color #f4052b

%0
%98
%82
%4

Triadic Colors of #f4052b

#f4052b #2bf405 #052bf4

Analogous Colors of #f4052b

#f4052b #f45705 #f405a3

Monochromatic Colors of #f4052b

#f4052b

Complementary Color

#f4052b #05f4ce

#f4052b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4052b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4052b Color CSS Codes

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

#f4052b Text Font Color

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

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


#f4052b Background Color

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

This div background color is #f4052b


#f4052b Border Color

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

This div border color is #f4052b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4052b


Comments

No comments written yet.

Please login to write comment.