Color Hex Logo

#fe031f Color Hex

#FE031F
(254,3,31)
0 Favorites   0 Comments

Color spaces of #fe031f

RGB 254331
HSL0.980.990.50
HSV353°99°100°
CMYK 0.000.990.88   0.00
XYZ41.152921.23493.2261
Yxy21.23490.62720.3236
Hunter Lab46.081378.766928.1061
CIE-Lab53.205679.960157.4326

#fe031f color RGB value is (254,3,31).

#fe031f hex color red value is 254, green value is 3 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fe031f hue: 0.98 , saturation: 0.99 and the lightness value of fe031f is 0.50.

The process color (four color CMYK) of #fe031f color hex is 0.00, 0.99, 0.88, 0.00. Web safe color of #fe031f is #ff0033. Color #fe031f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000011 00011111
Octal 376 3 37
Decimal 254 3 31
Hex FE 3 1F

RGB Percentages of Color #fe031f

%88.19
%1.04
%10.76

CMYK Percentages of Color #fe031f

%0
%99
%88
%0

Triadic Colors of #fe031f

#fe031f #1ffe03 #031ffe

Analogous Colors of #fe031f

#fe031f #fe6503 #fe039d

Monochromatic Colors of #fe031f

#fe031f

Complementary Color

#fe031f #03fee2

#fe031f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe031f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe031f Color CSS Codes

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

#fe031f Text Font Color

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

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


#fe031f Background Color

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

This div background color is #fe031f


#fe031f Border Color

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

This div border color is #fe031f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe031f

Related Colors


Comments

No comments written yet.

Please login to write comment.