Color Hex Logo

#fd689d Color Hex

#FD689D
(253,104,157)
0 Favorites   0 Comments

Color spaces of #fd689d

RGB 253104157
HSL0.940.970.70
HSV339°59°99°
CMYK 0.000.590.38   0.01
XYZ51.544133.217635.5933
Yxy33.21760.42830.2760
Hunter Lab57.634758.77613.7287
CIE-Lab64.336761.46120.7380

#fd689d color RGB value is (253,104,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101000 10011101
Octal 375 150 235
Decimal 253 104 157
Hex FD 68 9D

RGB Percentages of Color #fd689d

%49.22
%20.23
%30.54

CMYK Percentages of Color #fd689d

%0
%59
%38
%1

Triadic Colors of #fd689d

#fd689d #9dfd68 #689dfd

Analogous Colors of #fd689d

#fd689d #fd7e68 #fd68e8

Monochromatic Colors of #fd689d

#fd689d

Complementary Color

#fd689d #68fdc8

#fd689d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd689d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd689d Color CSS Codes

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

#fd689d Text Font Color

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

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


#fd689d Background Color

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

This div background color is #fd689d


#fd689d Border Color

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

This div border color is #fd689d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd689d

Related Colors


Comments

No comments written yet.

Please login to write comment.