Color Hex Logo

#ff070e Color Hex

#FF070E
(255,7,14)
0 Favorites   0 Comments

Color spaces of #ff070e

RGB 255714
HSL1.001.000.51
HSV358°97°100°
CMYK 0.000.970.95   0.00
XYZ41.395221.44372.3727
Yxy21.44370.63480.3288
Hunter Lab46.307378.527429.3772
CIE-Lab53.431779.726563.8469

#ff070e color RGB value is (255,7,14).

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

The process color (four color CMYK) of #ff070e color hex is 0.00, 0.97, 0.95, 0.00. Web safe color of #ff070e is #ff0000. Color #ff070e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000111 00001110
Octal 377 7 16
Decimal 255 7 14
Hex FF 7 E

RGB Percentages of Color #ff070e

%92.39
%2.54
%5.07

CMYK Percentages of Color #ff070e

%0
%97
%95
%0

Triadic Colors of #ff070e

#ff070e #0eff07 #070eff

Analogous Colors of #ff070e

#ff070e #ff7c07 #ff078a

Monochromatic Colors of #ff070e

#ff070e

Complementary Color

#ff070e #07fff8

#ff070e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff070e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff070e Color CSS Codes

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

#ff070e Text Font Color

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

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


#ff070e Background Color

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

This div background color is #ff070e


#ff070e Border Color

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

This div border color is #ff070e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff070e


Comments

No comments written yet.

Please login to write comment.