Color Hex Logo

#fd595a Color Hex

#FD595A
(253,89,90)
0 Favorites   0 Comments

Color spaces of #fd595a

RGB 2538990
HSL1.000.980.67
HSV360°65°99°
CMYK 0.000.650.64   0.01
XYZ45.925928.765612.8046
Yxy28.76560.52490.3288
Hunter Lab53.633658.989023.3885
CIE-Lab60.574262.291334.0382

#fd595a color RGB value is (253,89,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01011001 01011010
Octal 375 131 132
Decimal 253 89 90
Hex FD 59 5A

RGB Percentages of Color #fd595a

%58.56
%20.60
%20.83

CMYK Percentages of Color #fd595a

%0
%65
%64
%1

Triadic Colors of #fd595a

#fd595a #5afd59 #595afd

Analogous Colors of #fd595a

#fd595a #fdaa59 #fd59ac

Monochromatic Colors of #fd595a

#fd595a

Complementary Color

#fd595a #59fdfc

#fd595a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd595a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd595a Color CSS Codes

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

#fd595a Text Font Color

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

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


#fd595a Background Color

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

This div background color is #fd595a


#fd595a Border Color

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

This div border color is #fd595a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd595a

Related Colors


Comments

No comments written yet.

Please login to write comment.