Color Hex Logo

#fe5369 Color Hex

#FE5369
(254,83,105)
0 Favorites   0 Comments

Color spaces of #fe5369

RGB 25483105
HSL0.980.990.66
HSV352°67°100°
CMYK 0.000.670.59   0.00
XYZ46.516128.277316.3710
Yxy28.27730.51020.3102
Hunter Lab53.176463.084318.9703
CIE-Lab60.138465.843224.9238

#fe5369 color RGB value is (254,83,105).

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

The process color (four color CMYK) of #fe5369 color hex is 0.00, 0.67, 0.59, 0.00. Web safe color of #fe5369 is #ff6666. Color #fe5369 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010011 01101001
Octal 376 123 151
Decimal 254 83 105
Hex FE 53 69

RGB Percentages of Color #fe5369

%57.47
%18.78
%23.76

CMYK Percentages of Color #fe5369

%0
%67
%59
%0

Triadic Colors of #fe5369

#fe5369 #69fe53 #5369fe

Analogous Colors of #fe5369

#fe5369 #fe9353 #fe53bf

Monochromatic Colors of #fe5369

#fe5369

Complementary Color

#fe5369 #53fee8

#fe5369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe5369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe5369 Color CSS Codes

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

#fe5369 Text Font Color

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

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


#fe5369 Background Color

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

This div background color is #fe5369


#fe5369 Border Color

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

This div border color is #fe5369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe5369

Related Colors


Comments

No comments written yet.

Please login to write comment.