Color Hex Logo

#ff080b Color Hex

#FF080B
(255,8,11)
0 Favorites   0 Comments

Color spaces of #ff080b

RGB 255811
HSL1.001.000.52
HSV359°97°100°
CMYK 0.000.970.96   0.00
XYZ41.387221.45782.2770
Yxy21.45780.63550.3295
Hunter Lab46.322678.417529.5114
CIE-Lab53.446979.636564.6345

#ff080b color RGB value is (255,8,11).

#ff080b hex color red value is 255, green value is 8 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ff080b hue: 1.00 , saturation: 1.00 and the lightness value of ff080b is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00001000 00001011
Octal 377 10 13
Decimal 255 8 11
Hex FF 8 B

RGB Percentages of Color #ff080b

%93.07
%2.92
%4.01

CMYK Percentages of Color #ff080b

%0
%97
%96
%0

Triadic Colors of #ff080b

#ff080b #0bff08 #080bff

Analogous Colors of #ff080b

#ff080b #ff8108 #ff0887

Monochromatic Colors of #ff080b

#ff080b

Complementary Color

#ff080b #08fffc

#ff080b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff080b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff080b Color CSS Codes

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

#ff080b Text Font Color

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

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


#ff080b Background Color

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

This div background color is #ff080b


#ff080b Border Color

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

This div border color is #ff080b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff080b


Comments

No comments written yet.

Please login to write comment.