Color Hex Logo

#fe3008 Color Hex

#FE3008
(254,48,8)
0 Favorites   0 Comments

Color spaces of #fe3008

RGB 254488
HSL0.030.990.51
HSV10°97°100°
CMYK 0.000.810.97   0.00
XYZ41.973823.20232.4959
Yxy23.20230.62030.3429
Hunter Lab48.168871.247830.6460
CIE-Lab55.280173.517066.0831

#fe3008 color RGB value is (254,48,8).

#fe3008 hex color red value is 254, green value is 48 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #fe3008 hue: 0.03 , saturation: 0.99 and the lightness value of fe3008 is 0.51.

The process color (four color CMYK) of #fe3008 color hex is 0.00, 0.81, 0.97, 0.00. Web safe color of #fe3008 is #ff3300. Color #fe3008 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110000 00001000
Octal 376 60 10
Decimal 254 48 8
Hex FE 30 8

RGB Percentages of Color #fe3008

%81.94
%15.48
%2.58

CMYK Percentages of Color #fe3008

%0
%81
%97
%0

Triadic Colors of #fe3008

#fe3008 #08fe30 #3008fe

Analogous Colors of #fe3008

#fe3008 #feab08 #fe085b

Monochromatic Colors of #fe3008

#fe3008

Complementary Color

#fe3008 #08d6fe

#fe3008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3008 Color CSS Codes

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

#fe3008 Text Font Color

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

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


#fe3008 Background Color

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

This div background color is #fe3008


#fe3008 Border Color

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

This div border color is #fe3008


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3008

Related Colors


Comments

No comments written yet.

Please login to write comment.