Color Hex Logo

#fd585c Color Hex

#FD585C
(253,88,92)
0 Favorites   0 Comments

Color spaces of #fd585c

RGB 2538892
HSL1.000.980.67
HSV359°65°99°
CMYK 0.000.650.64   0.01
XYZ45.929528.634813.2315
Yxy28.63480.52310.3262
Hunter Lab53.511559.563422.7977
CIE-Lab60.458062.802632.7607

#fd585c color RGB value is (253,88,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01011000 01011100
Octal 375 130 134
Decimal 253 88 92
Hex FD 58 5C

RGB Percentages of Color #fd585c

%58.43
%20.32
%21.25

CMYK Percentages of Color #fd585c

%0
%65
%64
%1

Triadic Colors of #fd585c

#fd585c #5cfd58 #585cfd

Analogous Colors of #fd585c

#fd585c #fda758 #fd58af

Monochromatic Colors of #fd585c

#fd585c

Complementary Color

#fd585c #58fdf9

#fd585c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd585c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd585c Color CSS Codes

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

#fd585c Text Font Color

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

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


#fd585c Background Color

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

This div background color is #fd585c


#fd585c Border Color

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

This div border color is #fd585c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd585c


Comments

No comments written yet.

Please login to write comment.