Color Hex Logo

#ff040a Color Hex

#FF040A
(255,4,10)
0 Favorites   0 Comments

Color spaces of #ff040a

RGB 255410
HSL1.001.000.51
HSV359°98°100°
CMYK 0.000.980.96   0.00
XYZ41.338221.36872.2330
Yxy21.36870.63660.3291
Hunter Lab46.226378.728929.4944
CIE-Lab53.350779.901864.8257

#ff040a color RGB value is (255,4,10).

#ff040a hex color red value is 255, green value is 4 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ff040a hue: 1.00 , saturation: 1.00 and the lightness value of ff040a is 0.51.

The process color (four color CMYK) of #ff040a color hex is 0.00, 0.98, 0.96, 0.00. Web safe color of #ff040a is #ff0000. Color #ff040a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000100 00001010
Octal 377 4 12
Decimal 255 4 10
Hex FF 4 A

RGB Percentages of Color #ff040a

%94.80
%1.49
%3.72

CMYK Percentages of Color #ff040a

%0
%98
%96
%0

Triadic Colors of #ff040a

#ff040a #0aff04 #040aff

Analogous Colors of #ff040a

#ff040a #ff7c04 #ff0488

Monochromatic Colors of #ff040a

#ff040a

Complementary Color

#ff040a #04fff9

#ff040a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff040a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff040a Color CSS Codes

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

#ff040a Text Font Color

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

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


#ff040a Background Color

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

This div background color is #ff040a


#ff040a Border Color

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

This div border color is #ff040a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff040a

Related Colors


Comments

No comments written yet.

Please login to write comment.