Color Hex Logo

#fd697d Color Hex

#FD697D
(253,105,125)
0 Favorites   0 Comments

Color spaces of #fd697d

RGB 253105125
HSL0.980.970.70
HSV352°58°99°
CMYK 0.000.580.51   0.01
XYZ49.261332.466523.0723
Yxy32.46650.47010.3098
Hunter Lab56.979454.607615.8776
CIE-Lab63.726657.980618.2238

#fd697d color RGB value is (253,105,125).

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

The process color (four color CMYK) of #fd697d color hex is 0.00, 0.58, 0.51, 0.01. Web safe color of #fd697d is #ff6666. Color #fd697d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101001 01111101
Octal 375 151 175
Decimal 253 105 125
Hex FD 69 7D

RGB Percentages of Color #fd697d

%52.38
%21.74
%25.88

CMYK Percentages of Color #fd697d

%0
%58
%51
%1

Triadic Colors of #fd697d

#fd697d #7dfd69 #697dfd

Analogous Colors of #fd697d

#fd697d #fd9f69 #fd69c7

Monochromatic Colors of #fd697d

#fd697d

Complementary Color

#fd697d #69fde9

#fd697d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd697d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd697d Color CSS Codes

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

#fd697d Text Font Color

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

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


#fd697d Background Color

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

This div background color is #fd697d


#fd697d Border Color

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

This div border color is #fd697d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd697d


Comments

No comments written yet.

Please login to write comment.