Color Hex Logo

#fd574e Color Hex

#FD574E
(253,87,78)
0 Favorites   0 Comments

Color spaces of #fd574e

RGB 2538778
HSL0.010.980.65
HSV69°99°
CMYK 0.000.660.69   0.01
XYZ45.291428.249110.2732
Yxy28.24910.54040.3370
Hunter Lab53.149959.095625.7449
CIE-Lab60.113162.463440.1798

#fd574e color RGB value is (253,87,78).

#fd574e hex color red value is 253, green value is 87 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fd574e hue: 0.01 , saturation: 0.98 and the lightness value of fd574e is 0.65.

The process color (four color CMYK) of #fd574e color hex is 0.00, 0.66, 0.69, 0.01. Web safe color of #fd574e is #ff6666. Color #fd574e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010111 01001110
Octal 375 127 116
Decimal 253 87 78
Hex FD 57 4E

RGB Percentages of Color #fd574e

%60.53
%20.81
%18.66

CMYK Percentages of Color #fd574e

%0
%66
%69
%1

Triadic Colors of #fd574e

#fd574e #4efd57 #574efd

Analogous Colors of #fd574e

#fd574e #fdaf4e #fd4e9d

Monochromatic Colors of #fd574e

#fd574e

Complementary Color

#fd574e #4ef4fd

#fd574e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd574e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd574e Color CSS Codes

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

#fd574e Text Font Color

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

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


#fd574e Background Color

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

This div background color is #fd574e


#fd574e Border Color

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

This div border color is #fd574e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,87,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd574e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd574e;
  -webkit-box-shadow: 1px 1px 3px 2px #fd574e;
  box-shadow:         1px 1px 3px 2px #fd574e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,87,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd574e

Related Colors


Comments

No comments written yet.

Please login to write comment.