Color Hex Logo

#fe366d Color Hex

#FE366D
(254,54,109)
0 Favorites   0 Comments

Color spaces of #fe366d

RGB 25454109
HSL0.950.990.60
HSV344°79°100°
CMYK 0.000.790.57   0.00
XYZ44.952524.813316.8882
Yxy24.81330.51880.2863
Hunter Lab49.813073.910414.7678
CIE-Lab56.893175.366518.2199

#fe366d color RGB value is (254,54,109).

#fe366d hex color red value is 254, green value is 54 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #fe366d hue: 0.95 , saturation: 0.99 and the lightness value of fe366d is 0.60.

The process color (four color CMYK) of #fe366d color hex is 0.00, 0.79, 0.57, 0.00. Web safe color of #fe366d is #ff3366. Color #fe366d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110110 01101101
Octal 376 66 155
Decimal 254 54 109
Hex FE 36 6D

RGB Percentages of Color #fe366d

%60.91
%12.95
%26.14

CMYK Percentages of Color #fe366d

%0
%79
%57
%0

Triadic Colors of #fe366d

#fe366d #6dfe36 #366dfe

Analogous Colors of #fe366d

#fe366d #fe6336 #fe36d1

Monochromatic Colors of #fe366d

#fe366d

Complementary Color

#fe366d #36fec7

#fe366d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe366d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe366d Color CSS Codes

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

#fe366d Text Font Color

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

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


#fe366d Background Color

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

This div background color is #fe366d


#fe366d Border Color

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

This div border color is #fe366d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe366d

Related Colors


Comments

No comments written yet.

Please login to write comment.