Color Hex Logo

#fd715f Color Hex

#FD715F
(253,113,95)
0 Favorites   0 Comments

Color spaces of #fd715f

RGB 25311395
HSL0.020.980.68
HSV62°99°
CMYK 0.000.550.62   0.01
XYZ48.478733.519114.7412
Yxy33.51910.50110.3465
Hunter Lab57.895748.148825.4308
CIE-Lab64.579052.168036.2332

#fd715f color RGB value is (253,113,95).

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

The process color (four color CMYK) of #fd715f color hex is 0.00, 0.55, 0.62, 0.01. Web safe color of #fd715f is #ff6666. Color #fd715f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110001 01011111
Octal 375 161 137
Decimal 253 113 95
Hex FD 71 5F

RGB Percentages of Color #fd715f

%54.88
%24.51
%20.61

CMYK Percentages of Color #fd715f

%0
%55
%62
%1

Triadic Colors of #fd715f

#fd715f #5ffd71 #715ffd

Analogous Colors of #fd715f

#fd715f #fdc05f #fd5f9c

Monochromatic Colors of #fd715f

#fd715f

Complementary Color

#fd715f #5febfd

#fd715f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd715f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd715f Color CSS Codes

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

#fd715f Text Font Color

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

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


#fd715f Background Color

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

This div background color is #fd715f


#fd715f Border Color

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

This div border color is #fd715f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd715f


Comments

No comments written yet.

Please login to write comment.