Color Hex Logo

#fd624e Color Hex

#FD624E
(253,98,78)
0 Favorites   0 Comments

Color spaces of #fd624e

RGB 2539878
HSL0.020.980.65
HSV69°99°
CMYK 0.000.610.69   0.01
XYZ46.250830.168110.5931
Yxy30.16810.53150.3467
Hunter Lab54.925554.188927.0130
CIE-Lab61.799057.935142.1511

#fd624e color RGB value is (253,98,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100010 01001110
Octal 375 142 116
Decimal 253 98 78
Hex FD 62 4E

RGB Percentages of Color #fd624e

%58.97
%22.84
%18.18

CMYK Percentages of Color #fd624e

%0
%61
%69
%1

Triadic Colors of #fd624e

#fd624e #4efd62 #624efd

Analogous Colors of #fd624e

#fd624e #fdba4e #fd4e92

Monochromatic Colors of #fd624e

#fd624e

Complementary Color

#fd624e #4ee9fd

#fd624e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd624e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd624e Color CSS Codes

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

#fd624e Text Font Color

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

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


#fd624e Background Color

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

This div background color is #fd624e


#fd624e Border Color

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

This div border color is #fd624e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd624e


Comments

No comments written yet.

Please login to write comment.