Color Hex Logo

#fe032f Color Hex

#FE032F
(254,3,47)
0 Favorites   0 Comments

Color spaces of #fe032f

RGB 254347
HSL0.970.990.50
HSV349°99°100°
CMYK 0.000.990.81   0.00
XYZ41.418721.34124.6256
Yxy21.34120.61470.3167
Hunter Lab46.196579.194926.4009
CIE-Lab53.320980.275849.7332

#fe032f color RGB value is (254,3,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000011 00101111
Octal 376 3 57
Decimal 254 3 47
Hex FE 3 2F

RGB Percentages of Color #fe032f

%83.55
%0.99
%15.46

CMYK Percentages of Color #fe032f

%0
%99
%81
%0

Triadic Colors of #fe032f

#fe032f #2ffe03 #032ffe

Analogous Colors of #fe032f

#fe032f #fe5503 #fe03ad

Monochromatic Colors of #fe032f

#fe032f

Complementary Color

#fe032f #03fed2

#fe032f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe032f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe032f Color CSS Codes

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

#fe032f Text Font Color

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

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


#fe032f Background Color

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

This div background color is #fe032f


#fe032f Border Color

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

This div border color is #fe032f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe032f

Related Colors


Comments

No comments written yet.

Please login to write comment.