Color Hex Logo

#f0322a Color Hex

#F0322A
(240,50,42)
0 Favorites   0 Comments

Color spaces of #f0322a

RGB 2405042
HSL0.010.870.55
HSV83°94°
CMYK 0.000.790.83   0.06
XYZ37.493720.97364.2627
Yxy20.97360.59770.3343
Hunter Lab45.796965.992326.5392
CIE-Lab52.920669.627750.9179

#f0322a color RGB value is (240,50,42).

#f0322a hex color red value is 240, green value is 50 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #f0322a hue: 0.01 , saturation: 0.87 and the lightness value of f0322a is 0.55.

The process color (four color CMYK) of #f0322a color hex is 0.00, 0.79, 0.83, 0.06. Web safe color of #f0322a is #ff3333. Color #f0322a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00110010 00101010
Octal 360 62 52
Decimal 240 50 42
Hex F0 32 2A

RGB Percentages of Color #f0322a

%72.29
%15.06
%12.65

CMYK Percentages of Color #f0322a

%0
%79
%83
%6

Triadic Colors of #f0322a

#f0322a #2af032 #322af0

Analogous Colors of #f0322a

#f0322a #f0952a #f02a85

Monochromatic Colors of #f0322a

#f0322a

Complementary Color

#f0322a #2ae8f0

#f0322a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0322a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0322a Color CSS Codes

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

#f0322a Text Font Color

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

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


#f0322a Background Color

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

This div background color is #f0322a


#f0322a Border Color

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

This div border color is #f0322a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0322a


Comments

No comments written yet.

Please login to write comment.