Color Hex Logo

#ff060d Color Hex

#FF060D
(255,6,13)
0 Favorites   0 Comments

Color spaces of #ff060d

RGB 255613
HSL1.001.000.51
HSV358°98°100°
CMYK 0.000.980.95   0.00
XYZ41.377821.41932.3343
Yxy21.41930.63530.3289
Hunter Lab46.281078.597329.4063
CIE-Lab53.405479.787064.1044

#ff060d color RGB value is (255,6,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000110 00001101
Octal 377 6 15
Decimal 255 6 13
Hex FF 6 D

RGB Percentages of Color #ff060d

%93.07
%2.19
%4.74

CMYK Percentages of Color #ff060d

%0
%98
%95
%0

Triadic Colors of #ff060d

#ff060d #0dff06 #060dff

Analogous Colors of #ff060d

#ff060d #ff7c06 #ff068a

Monochromatic Colors of #ff060d

#ff060d

Complementary Color

#ff060d #06fff8

#ff060d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff060d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff060d Color CSS Codes

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

#ff060d Text Font Color

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

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


#ff060d Background Color

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

This div background color is #ff060d


#ff060d Border Color

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

This div border color is #ff060d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff060d

Related Colors


Comments

No comments written yet.

Please login to write comment.