Color Hex Logo

#fe432d Color Hex

#FE432D
(254,67,45)
0 Favorites   0 Comments

Color spaces of #fe432d

RGB 2546745
HSL0.020.990.59
HSV82°100°
CMYK 0.000.740.82   0.00
XYZ43.353925.27465.0761
Yxy25.27460.58820.3429
Hunter Lab50.273965.951129.2052
CIE-Lab57.342068.757754.4704

#fe432d color RGB value is (254,67,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000011 00101101
Octal 376 103 55
Decimal 254 67 45
Hex FE 43 2D

RGB Percentages of Color #fe432d

%69.40
%18.31
%12.30

CMYK Percentages of Color #fe432d

%0
%74
%82
%0

Triadic Colors of #fe432d

#fe432d #2dfe43 #432dfe

Analogous Colors of #fe432d

#fe432d #feac2d #fe2d80

Monochromatic Colors of #fe432d

#fe432d

Complementary Color

#fe432d #2de8fe

#fe432d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe432d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe432d Color CSS Codes

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

#fe432d Text Font Color

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

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


#fe432d Background Color

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

This div background color is #fe432d


#fe432d Border Color

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

This div border color is #fe432d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,67,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 #fe432d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe432d

Related Colors


Comments

No comments written yet.

Please login to write comment.