Color Hex Logo

#ff073a Color Hex

#FF073A
(255,7,58)
2 Favorites   0 Comments

Color spaces of #ff073a

RGB 255758
HSL0.971.000.51
HSV348°97°100°
CMYK 0.000.970.77   0.00
XYZ42.079721.71745.9770
Yxy21.71740.60310.3113
Hunter Lab46.601979.625125.0170
CIE-Lab53.725980.536244.2070

#ff073a color RGB value is (255,7,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000111 00111010
Octal 377 7 72
Decimal 255 7 58
Hex FF 7 3A

RGB Percentages of Color #ff073a

%79.69
%2.19
%18.13

CMYK Percentages of Color #ff073a

%0
%97
%77
%0

Triadic Colors of #ff073a

#ff073a #3aff07 #073aff

Analogous Colors of #ff073a

#ff073a #ff5007 #ff07b6

Monochromatic Colors of #ff073a

#ff073a

Complementary Color

#ff073a #07ffcc

#ff073a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff073a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff073a Color CSS Codes

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

#ff073a Text Font Color

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

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


#ff073a Background Color

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

This div background color is #ff073a


#ff073a Border Color

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

This div border color is #ff073a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff073a


Comments

No comments written yet.

Please login to write comment.