Color Hex Logo

#fd596a Color Hex

#FD596A
(253,89,106)
0 Favorites   0 Comments

Color spaces of #fd596a

RGB 25389106
HSL0.980.980.67
HSV354°65°99°
CMYK 0.000.650.58   0.01
XYZ46.681929.068016.7859
Yxy29.06800.50450.3141
Hunter Lab53.914760.202819.2809
CIE-Lab60.841663.279925.2452

#fd596a color RGB value is (253,89,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01011001 01101010
Octal 375 131 152
Decimal 253 89 106
Hex FD 59 6A

RGB Percentages of Color #fd596a

%56.47
%19.87
%23.66

CMYK Percentages of Color #fd596a

%0
%65
%58
%1

Triadic Colors of #fd596a

#fd596a #6afd59 #596afd

Analogous Colors of #fd596a

#fd596a #fd9a59 #fd59bc

Monochromatic Colors of #fd596a

#fd596a

Complementary Color

#fd596a #59fdec

#fd596a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd596a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd596a Color CSS Codes

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

#fd596a Text Font Color

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

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


#fd596a Background Color

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

This div background color is #fd596a


#fd596a Border Color

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

This div border color is #fd596a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd596a

Related Colors


Comments

No comments written yet.

Please login to write comment.