Color Hex Logo

#fd597b Color Hex

#FD597B
(253,89,123)
0 Favorites   0 Comments

Color spaces of #fd597b

RGB 25389123
HSL0.970.980.67
HSV348°65°99°
CMYK 0.000.650.51   0.01
XYZ47.655529.457521.9130
Yxy29.45750.48120.2975
Hunter Lab54.274861.749614.0545
CIE-Lab61.183364.530815.8702

#fd597b color RGB value is (253,89,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01011001 01111011
Octal 375 131 173
Decimal 253 89 123
Hex FD 59 7B

RGB Percentages of Color #fd597b

%54.41
%19.14
%26.45

CMYK Percentages of Color #fd597b

%0
%65
%51
%1

Triadic Colors of #fd597b

#fd597b #7bfd59 #597bfd

Analogous Colors of #fd597b

#fd597b #fd8959 #fd59cd

Monochromatic Colors of #fd597b

#fd597b

Complementary Color

#fd597b #59fddb

#fd597b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd597b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd597b Color CSS Codes

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

#fd597b Text Font Color

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

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


#fd597b Background Color

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

This div background color is #fd597b


#fd597b Border Color

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

This div border color is #fd597b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd597b


Comments

No comments written yet.

Please login to write comment.