Color Hex Logo

#fe0829 Color Hex

#FE0829
(254,8,41)
0 Favorites   0 Comments

Color spaces of #fe0829

RGB 254841
HSL0.980.990.51
HSV352°97°100°
CMYK 0.000.970.84   0.00
XYZ41.360121.40464.0494
Yxy21.40460.61900.3204
Hunter Lab46.265178.611627.1962
CIE-Lab53.389579.801452.8785

#fe0829 color RGB value is (254,8,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001000 00101001
Octal 376 10 51
Decimal 254 8 41
Hex FE 8 29

RGB Percentages of Color #fe0829

%83.83
%2.64
%13.53

CMYK Percentages of Color #fe0829

%0
%97
%84
%0

Triadic Colors of #fe0829

#fe0829 #29fe08 #0829fe

Analogous Colors of #fe0829

#fe0829 #fe6208 #fe08a4

Monochromatic Colors of #fe0829

#fe0829

Complementary Color

#fe0829 #08fedd

#fe0829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0829 Color CSS Codes

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

#fe0829 Text Font Color

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

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


#fe0829 Background Color

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

This div background color is #fe0829


#fe0829 Border Color

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

This div border color is #fe0829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0829


Comments

No comments written yet.

Please login to write comment.