Color Hex Logo

#ff073d Color Hex

#FF073D
(255,7,61)
0 Favorites   0 Comments

Color spaces of #ff073d

RGB 255761
HSL0.961.000.51
HSV347°97°100°
CMYK 0.000.970.76   0.00
XYZ42.158321.74896.3908
Yxy21.74890.59970.3094
Hunter Lab46.635779.750024.5201
CIE-Lab53.759680.628142.5499

#ff073d color RGB value is (255,7,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000111 00111101
Octal 377 7 75
Decimal 255 7 61
Hex FF 7 3D

RGB Percentages of Color #ff073d

%78.95
%2.17
%18.89

CMYK Percentages of Color #ff073d

%0
%97
%76
%0

Triadic Colors of #ff073d

#ff073d #3dff07 #073dff

Analogous Colors of #ff073d

#ff073d #ff4d07 #ff07b9

Monochromatic Colors of #ff073d

#ff073d

Complementary Color

#ff073d #07ffc9

#ff073d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff073d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff073d Color CSS Codes

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

#ff073d Text Font Color

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

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


#ff073d Background Color

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

This div background color is #ff073d


#ff073d Border Color

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

This div border color is #ff073d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff073d


Comments

No comments written yet.

Please login to write comment.