Color Hex Logo

#fe083f Color Hex

#FE083F
(254,8,63)
0 Favorites   0 Comments

Color spaces of #fe083f

RGB 254863
HSL0.960.990.51
HSV347°97°100°
CMYK 0.000.970.75   0.00
XYZ41.857121.60346.6664
Yxy21.60340.59690.3081
Hunter Lab46.479579.409224.0318
CIE-Lab53.603780.389941.1795

#fe083f color RGB value is (254,8,63).

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

The process color (four color CMYK) of #fe083f color hex is 0.00, 0.97, 0.75, 0.00. Web safe color of #fe083f is #ff0033. Color #fe083f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001000 00111111
Octal 376 10 77
Decimal 254 8 63
Hex FE 8 3F

RGB Percentages of Color #fe083f

%78.15
%2.46
%19.38

CMYK Percentages of Color #fe083f

%0
%97
%75
%0

Triadic Colors of #fe083f

#fe083f #3ffe08 #083ffe

Analogous Colors of #fe083f

#fe083f #fe4c08 #fe08ba

Monochromatic Colors of #fe083f

#fe083f

Complementary Color

#fe083f #08fec7

#fe083f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe083f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe083f Color CSS Codes

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

#fe083f Text Font Color

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

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


#fe083f Background Color

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

This div background color is #fe083f


#fe083f Border Color

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

This div border color is #fe083f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe083f


Comments

No comments written yet.

Please login to write comment.