Color Hex Logo

#fd687e Color Hex

#FD687E
(253,104,126)
0 Favorites   0 Comments

Color spaces of #fd687e

RGB 253104126
HSL0.980.970.70
HSV351°59°99°
CMYK 0.000.590.50   0.01
XYZ49.224232.289623.3768
Yxy32.28960.46930.3078
Hunter Lab56.823955.185215.3854
CIE-Lab63.581558.505117.4514

#fd687e color RGB value is (253,104,126).

#fd687e hex color red value is 253, green value is 104 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fd687e hue: 0.98 , saturation: 0.97 and the lightness value of fd687e is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101000 01111110
Octal 375 150 176
Decimal 253 104 126
Hex FD 68 7E

RGB Percentages of Color #fd687e

%52.38
%21.53
%26.09

CMYK Percentages of Color #fd687e

%0
%59
%50
%1

Triadic Colors of #fd687e

#fd687e #7efd68 #687efd

Analogous Colors of #fd687e

#fd687e #fd9d68 #fd68c9

Monochromatic Colors of #fd687e

#fd687e

Complementary Color

#fd687e #68fde7

#fd687e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd687e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd687e Color CSS Codes

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

#fd687e Text Font Color

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

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


#fd687e Background Color

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

This div background color is #fd687e


#fd687e Border Color

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

This div border color is #fd687e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd687e


Comments

No comments written yet.

Please login to write comment.