Color Hex Logo

#fe645d Color Hex

#FE645D
(254,100,93)
0 Favorites   0 Comments

Color spaces of #fe645d

RGB 25410093
HSL0.010.990.68
HSV63°100°
CMYK 0.000.610.63   0.00
XYZ47.406030.975513.8362
Yxy30.97550.51410.3359
Hunter Lab55.655654.644224.2192
CIE-Lab62.486958.217134.7723

#fe645d color RGB value is (254,100,93).

#fe645d hex color red value is 254, green value is 100 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #fe645d hue: 0.01 , saturation: 0.99 and the lightness value of fe645d is 0.68.

The process color (four color CMYK) of #fe645d color hex is 0.00, 0.61, 0.63, 0.00. Web safe color of #fe645d is #ff6666. Color #fe645d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100100 01011101
Octal 376 144 135
Decimal 254 100 93
Hex FE 64 5D

RGB Percentages of Color #fe645d

%56.82
%22.37
%20.81

CMYK Percentages of Color #fe645d

%0
%61
%63
%0

Triadic Colors of #fe645d

#fe645d #5dfe64 #645dfe

Analogous Colors of #fe645d

#fe645d #feb55d #fe5da7

Monochromatic Colors of #fe645d

#fe645d

Complementary Color

#fe645d #5df7fe

#fe645d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe645d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe645d Color CSS Codes

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

#fe645d Text Font Color

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

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


#fe645d Background Color

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

This div background color is #fe645d


#fe645d Border Color

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

This div border color is #fe645d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe645d

Related Colors


Comments

No comments written yet.

Please login to write comment.