Color Hex Logo

#fd5597 Color Hex

#FD5597
(253,85,151)
0 Favorites   0 Comments

Color spaces of #fd5597

RGB 25385151
HSL0.930.980.66
HSV336°66°99°
CMYK 0.000.660.40   0.01
XYZ49.342429.614032.3936
Yxy29.61400.44310.2660
Hunter Lab54.418766.61622.7998
CIE-Lab61.319768.5753-0.2050

#fd5597 color RGB value is (253,85,151).

#fd5597 hex color red value is 253, green value is 85 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #fd5597 hue: 0.93 , saturation: 0.98 and the lightness value of fd5597 is 0.66.

The process color (four color CMYK) of #fd5597 color hex is 0.00, 0.66, 0.40, 0.01. Web safe color of #fd5597 is #ff6699. Color #fd5597 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010101 10010111
Octal 375 125 227
Decimal 253 85 151
Hex FD 55 97

RGB Percentages of Color #fd5597

%51.74
%17.38
%30.88

CMYK Percentages of Color #fd5597

%0
%66
%40
%1

Triadic Colors of #fd5597

#fd5597 #97fd55 #5597fd

Analogous Colors of #fd5597

#fd5597 #fd6755 #fd55eb

Monochromatic Colors of #fd5597

#fd5597

Complementary Color

#fd5597 #55fdbb

#fd5597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd5597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd5597 Color CSS Codes

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

#fd5597 Text Font Color

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

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


#fd5597 Background Color

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

This div background color is #fd5597


#fd5597 Border Color

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

This div border color is #fd5597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd5597

Related Colors


Comments

No comments written yet.

Please login to write comment.