Color Hex Logo

#ff062e Color Hex

#FF062E
(255,6,46)
0 Favorites   0 Comments

Color spaces of #ff062e

RGB 255646
HSL0.971.000.51
HSV350°98°100°
CMYK 0.000.980.82   0.00
XYZ41.798321.58754.5486
Yxy21.58750.61530.3178
Hunter Lab46.462479.272426.7192
CIE-Lab53.586680.285350.5806

#ff062e color RGB value is (255,6,46).

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

The process color (four color CMYK) of #ff062e color hex is 0.00, 0.98, 0.82, 0.00. Web safe color of #ff062e is #ff0033. Color #ff062e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000110 00101110
Octal 377 6 56
Decimal 255 6 46
Hex FF 6 2E

RGB Percentages of Color #ff062e

%83.06
%1.95
%14.98

CMYK Percentages of Color #ff062e

%0
%98
%82
%0

Triadic Colors of #ff062e

#ff062e #2eff06 #062eff

Analogous Colors of #ff062e

#ff062e #ff5a06 #ff06ab

Monochromatic Colors of #ff062e

#ff062e

Complementary Color

#ff062e #06ffd7

#ff062e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff062e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff062e Color CSS Codes

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

#ff062e Text Font Color

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

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


#ff062e Background Color

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

This div background color is #ff062e


#ff062e Border Color

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

This div border color is #ff062e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff062e


Comments

No comments written yet.

Please login to write comment.