Color Hex Logo

#fd596d Color Hex

#FD596D
(253,89,109)
0 Favorites   0 Comments

Color spaces of #fd596d

RGB 25389109
HSL0.980.980.67
HSV353°65°99°
CMYK 0.000.650.57   0.01
XYZ46.840729.131517.6222
Yxy29.13150.50050.3113
Hunter Lab53.973660.456418.4235
CIE-Lab60.897563.485723.5894

#fd596d color RGB value is (253,89,109).

#fd596d hex color red value is 253, green value is 89 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #fd596d hue: 0.98 , saturation: 0.98 and the lightness value of fd596d is 0.67.

The process color (four color CMYK) of #fd596d color hex is 0.00, 0.65, 0.57, 0.01. Web safe color of #fd596d is #ff6666. Color #fd596d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01011001 01101101
Octal 375 131 155
Decimal 253 89 109
Hex FD 59 6D

RGB Percentages of Color #fd596d

%56.10
%19.73
%24.17

CMYK Percentages of Color #fd596d

%0
%65
%57
%1

Triadic Colors of #fd596d

#fd596d #6dfd59 #596dfd

Analogous Colors of #fd596d

#fd596d #fd9759 #fd59bf

Monochromatic Colors of #fd596d

#fd596d

Complementary Color

#fd596d #59fde9

#fd596d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd596d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd596d Color CSS Codes

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

#fd596d Text Font Color

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

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


#fd596d Background Color

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

This div background color is #fd596d


#fd596d Border Color

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

This div border color is #fd596d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd596d


Comments

No comments written yet.

Please login to write comment.