Color Hex Logo

#fd688e Color Hex

#FD688E
(253,104,142)
0 Favorites   0 Comments

Color spaces of #fd688e

RGB 253104142
HSL0.960.970.70
HSV345°59°99°
CMYK 0.000.590.44   0.01
XYZ50.340832.736329.2567
Yxy32.73630.44810.2914
Hunter Lab57.215656.92469.7335
CIE-Lab63.946859.94398.7813

#fd688e color RGB value is (253,104,142).

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

The process color (four color CMYK) of #fd688e color hex is 0.00, 0.59, 0.44, 0.01. Web safe color of #fd688e is #ff6699. Color #fd688e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101000 10001110
Octal 375 150 216
Decimal 253 104 142
Hex FD 68 8E

RGB Percentages of Color #fd688e

%50.70
%20.84
%28.46

CMYK Percentages of Color #fd688e

%0
%59
%44
%1

Triadic Colors of #fd688e

#fd688e #8efd68 #688efd

Analogous Colors of #fd688e

#fd688e #fd8d68 #fd68d9

Monochromatic Colors of #fd688e

#fd688e

Complementary Color

#fd688e #68fdd7

#fd688e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd688e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd688e Color CSS Codes

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

#fd688e Text Font Color

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

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


#fd688e Background Color

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

This div background color is #fd688e


#fd688e Border Color

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

This div border color is #fd688e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd688e

Related Colors


Comments

No comments written yet.

Please login to write comment.