Color Hex Logo

#fe0b0b Color Hex

#FE0B0B
(254,11,11)
0 Favorites   0 Comments

Color spaces of #fe0b0b

RGB 2541111
HSL0.000.990.52
HSV96°100°
CMYK 0.000.960.96   0.00
XYZ41.053121.33432.2708
Yxy21.33430.63490.3300
Hunter Lab46.189177.820929.4175
CIE-Lab53.313479.189464.4544

#fe0b0b color RGB value is (254,11,11).

#fe0b0b hex color red value is 254, green value is 11 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #fe0b0b hue: 0.00 , saturation: 0.99 and the lightness value of fe0b0b is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001011 00001011
Octal 376 13 13
Decimal 254 11 11
Hex FE B B

RGB Percentages of Color #fe0b0b

%92.03
%3.99
%3.99

CMYK Percentages of Color #fe0b0b

%0
%96
%96
%0

Triadic Colors of #fe0b0b

#fe0b0b #0bfe0b #0b0bfe

Analogous Colors of #fe0b0b

#fe0b0b #fe850b #fe0b85

Monochromatic Colors of #fe0b0b

#fe0b0b

Complementary Color

#fe0b0b #0bfefe

#fe0b0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0b0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0b0b Color CSS Codes

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

#fe0b0b Text Font Color

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

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


#fe0b0b Background Color

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

This div background color is #fe0b0b


#fe0b0b Border Color

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

This div border color is #fe0b0b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,11,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 #fe0b0b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0b0b


Comments

No comments written yet.

Please login to write comment.