Color Hex Logo

#f42020 Color Hex

#F42020
(244,32,32)
0 Favorites   0 Comments

Color spaces of #f42020

RGB 2443232
HSL0.000.910.54
HSV87°96°
CMYK 0.000.870.87   0.04
XYZ38.085520.37043.2911
Yxy20.37040.61680.3299
Hunter Lab45.133671.641627.2701
CIE-Lab52.253474.422655.3780

#f42020 color RGB value is (244,32,32).

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

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

Base Numbers

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

RGB Percentages of Color #f42020

%79.22
%10.39
%10.39

CMYK Percentages of Color #f42020

%0
%87
%87
%4

Triadic Colors of #f42020

#f42020 #20f420 #2020f4

Analogous Colors of #f42020

#f42020 #f48a20 #f4208a

Monochromatic Colors of #f42020

#f42020

Complementary Color

#f42020 #20f4f4

#f42020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f42020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f42020 Color CSS Codes

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

#f42020 Text Font Color

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

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


#f42020 Background Color

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

This div background color is #f42020


#f42020 Border Color

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

This div border color is #f42020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f42020


Comments

No comments written yet.

Please login to write comment.