color codes Logo

#fe412d color codes

#FE412D
(254,65,45)
0 Favorites   0 Comments

Color spaces of #fe412d

RGB 2546545
HSL0.020.990.59
HSV82°100°
CMYK 0.000.740.82   0.00
XYZ43.237025.04095.0372
Yxy25.04090.58970.3416
Hunter Lab50.040966.658429.0604
CIE-Lab57.115269.388854.2638

#fe412d color RGB value is (254,65,45).

#fe412d hex color red value is 254, green value is 65 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #fe412d hue: 0.02 , saturation: 0.99 and the lightness value of fe412d is 0.59.

The process color (four color CMYK) of #fe412d color code is 0.00, 0.74, 0.82, 0.00. Web safe color of #fe412d is #ff3333. Color #fe412d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000001 00101101
Octal 376 101 55
Decimal 254 65 45
Hex FE 41 2D

RGB Percentages of Color #fe412d

%69.78
%17.86
%12.36

CMYK Percentages of Color #fe412d

%0
%74
%82
%0

Triadic Colors of #fe412d

#fe412d #2dfe41 #412dfe

Analogous Colors of #fe412d

#fe412d #feaa2d #fe2d82

Monochromatic Colors of #fe412d

#fe412d

Complementary Color

#fe412d #2deafe

#fe412d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe412d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe412d Color CSS Codes

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

#fe412d Text Font Color

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

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


#fe412d Background Color

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

This div background color is #fe412d


#fe412d Border Color

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

This div border color is #fe412d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe412d


Comments

No comments written yet.

Please login to write comment.