Color Hex Logo

#fd504e Color Hex

#FD504E
(253,80,78)
0 Favorites   0 Comments

Color spaces of #fd504e

RGB 2538078
HSL0.000.980.65
HSV69°99°
CMYK 0.000.680.69   0.01
XYZ44.751827.170010.0934
Yxy27.17000.54570.3313
Hunter Lab52.124962.032725.0065
CIE-Lab59.131465.138139.0214

#fd504e color RGB value is (253,80,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010000 01001110
Octal 375 120 116
Decimal 253 80 78
Hex FD 50 4E

RGB Percentages of Color #fd504e

%61.56
%19.46
%18.98

CMYK Percentages of Color #fd504e

%0
%68
%69
%1

Triadic Colors of #fd504e

#fd504e #4efd50 #504efd

Analogous Colors of #fd504e

#fd504e #fda84e #fd4ea4

Monochromatic Colors of #fd504e

#fd504e

Complementary Color

#fd504e #4efbfd

#fd504e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd504e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd504e Color CSS Codes

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

#fd504e Text Font Color

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

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


#fd504e Background Color

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

This div background color is #fd504e


#fd504e Border Color

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

This div border color is #fd504e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd504e

Related Colors


Comments

No comments written yet.

Please login to write comment.