Color Hex Logo

#fd599d Color Hex

#FD599D
(253,89,157)
0 Favorites   0 Comments

Color spaces of #fd599d

RGB 25389157
HSL0.930.980.67
HSV335°65°99°
CMYK 0.000.650.38   0.01
XYZ50.166230.461735.1339
Yxy30.46170.43340.2631
Hunter Lab55.192165.65920.8920
CIE-Lab62.050667.6492-2.6084

#fd599d color RGB value is (253,89,157).

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

The process color (four color CMYK) of #fd599d color hex is 0.00, 0.65, 0.38, 0.01. Web safe color of #fd599d is #ff6699. Color #fd599d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01011001 10011101
Octal 375 131 235
Decimal 253 89 157
Hex FD 59 9D

RGB Percentages of Color #fd599d

%50.70
%17.84
%31.46

CMYK Percentages of Color #fd599d

%0
%65
%38
%1

Triadic Colors of #fd599d

#fd599d #9dfd59 #599dfd

Analogous Colors of #fd599d

#fd599d #fd6759 #fd59ef

Monochromatic Colors of #fd599d

#fd599d

Complementary Color

#fd599d #59fdb9

#fd599d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd599d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd599d Color CSS Codes

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

#fd599d Text Font Color

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

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


#fd599d Background Color

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

This div background color is #fd599d


#fd599d Border Color

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

This div border color is #fd599d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd599d

Related Colors


Comments

No comments written yet.

Please login to write comment.