Color Hex Logo

#f0081a Color Hex

#F0081A
(240,8,26)
0 Favorites   0 Comments

Color spaces of #f0081a

RGB 240826
HSL0.990.940.49
HSV355°97°94°
CMYK 0.000.970.89   0.06
XYZ36.208518.77352.6925
Yxy18.77350.62780.3255
Hunter Lab43.328473.343526.6455
CIE-Lab50.421276.162556.2514

#f0081a color RGB value is (240,8,26).

#f0081a hex color red value is 240, green value is 8 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #f0081a hue: 0.99 , saturation: 0.94 and the lightness value of f0081a is 0.49.

The process color (four color CMYK) of #f0081a color hex is 0.00, 0.97, 0.89, 0.06. Web safe color of #f0081a is #ff0033. Color #f0081a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00001000 00011010
Octal 360 10 32
Decimal 240 8 26
Hex F0 8 1A

RGB Percentages of Color #f0081a

%87.59
%2.92
%9.49

CMYK Percentages of Color #f0081a

%0
%97
%89
%6

Triadic Colors of #f0081a

#f0081a #1af008 #081af0

Analogous Colors of #f0081a

#f0081a #f06a08 #f0088e

Monochromatic Colors of #f0081a

#f0081a

Complementary Color

#f0081a #08f0de

#f0081a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0081a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0081a Color CSS Codes

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

#f0081a Text Font Color

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

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


#f0081a Background Color

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

This div background color is #f0081a


#f0081a Border Color

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

This div border color is #f0081a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0081a


Comments

No comments written yet.

Please login to write comment.