Color Hex Logo

#fd583c Color Hex

#FD583C
(253,88,60)
0 Favorites   0 Comments

Color spaces of #fd583c

RGB 2538860
HSL0.020.980.61
HSV76°99°
CMYK 0.000.650.76   0.01
XYZ44.813328.18837.3539
Yxy28.18830.55770.3508
Hunter Lab53.092757.752328.9526
CIE-Lab60.058561.319949.6869

#fd583c color RGB value is (253,88,60).

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

The process color (four color CMYK) of #fd583c color hex is 0.00, 0.65, 0.76, 0.01. Web safe color of #fd583c is #ff6633. Color #fd583c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01011000 00111100
Octal 375 130 74
Decimal 253 88 60
Hex FD 58 3C

RGB Percentages of Color #fd583c

%63.09
%21.95
%14.96

CMYK Percentages of Color #fd583c

%0
%65
%76
%1

Triadic Colors of #fd583c

#fd583c #3cfd58 #583cfd

Analogous Colors of #fd583c

#fd583c #fdb93c #fd3c81

Monochromatic Colors of #fd583c

#fd583c

Complementary Color

#fd583c #3ce1fd

#fd583c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd583c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd583c Color CSS Codes

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

#fd583c Text Font Color

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

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


#fd583c Background Color

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

This div background color is #fd583c


#fd583c Border Color

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

This div border color is #fd583c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd583c

Related Colors


Comments

No comments written yet.

Please login to write comment.