Color Hex Logo

#fe003b Color Hex

#FE003B
(254,0,59)
0 Favorites   0 Comments

Color spaces of #fe003b

RGB 254059
HSL0.961.000.50
HSV346°100°100°
CMYK 0.001.000.77   0.00
XYZ41.662521.38666.0698
Yxy21.38660.60280.3094
Hunter Lab46.245679.880024.5901
CIE-Lab53.370080.806443.2021

#fe003b color RGB value is (254,0,59).

#fe003b hex color red value is 254, green value is 0 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #fe003b hue: 0.96 , saturation: 1.00 and the lightness value of fe003b is 0.50.

The process color (four color CMYK) of #fe003b color hex is 0.00, 1.00, 0.77, 0.00. Web safe color of #fe003b is #ff0033. Color #fe003b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000000 00111011
Octal 376 0 73
Decimal 254 0 59
Hex FE 0 3B

RGB Percentages of Color #fe003b

%81.15
%0.00
%18.85

CMYK Percentages of Color #fe003b

%0
%100
%77
%0

Triadic Colors of #fe003b

#fe003b #3bfe00 #003bfe

Analogous Colors of #fe003b

#fe003b #fe4400 #fe00ba

Monochromatic Colors of #fe003b

#fe003b

Complementary Color

#fe003b #00fec3

#fe003b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe003b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe003b Color CSS Codes

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

#fe003b Text Font Color

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

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


#fe003b Background Color

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

This div background color is #fe003b


#fe003b Border Color

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

This div border color is #fe003b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe003b


Comments

No comments written yet.

Please login to write comment.