Color Hex Logo

#fd657f Color Hex

#FD657F
(253,101,127)
0 Favorites   0 Comments

Color spaces of #fd657f

RGB 253101127
HSL0.970.970.69
HSV350°60°99°
CMYK 0.000.600.50   0.01
XYZ48.992531.722323.6195
Yxy31.72230.46960.3040
Hunter Lab56.322656.704814.5619
CIE-Lab63.112759.894816.2301

#fd657f color RGB value is (253,101,127).

#fd657f hex color red value is 253, green value is 101 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #fd657f hue: 0.97 , saturation: 0.97 and the lightness value of fd657f is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100101 01111111
Octal 375 145 177
Decimal 253 101 127
Hex FD 65 7F

RGB Percentages of Color #fd657f

%52.60
%21.00
%26.40

CMYK Percentages of Color #fd657f

%0
%60
%50
%1

Triadic Colors of #fd657f

#fd657f #7ffd65 #657ffd

Analogous Colors of #fd657f

#fd657f #fd9765 #fd65cb

Monochromatic Colors of #fd657f

#fd657f

Complementary Color

#fd657f #65fde3

#fd657f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd657f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd657f Color CSS Codes

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

#fd657f Text Font Color

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

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


#fd657f Background Color

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

This div background color is #fd657f


#fd657f Border Color

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

This div border color is #fd657f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd657f


Comments

No comments written yet.

Please login to write comment.