Color Hex Logo

#fd583d Color Hex

#FD583D
(253,88,61)
0 Favorites   0 Comments

Color spaces of #fd583d

RGB 2538861
HSL0.020.980.62
HSV76°99°
CMYK 0.000.650.76   0.01
XYZ44.840028.19907.4945
Yxy28.19900.55680.3502
Hunter Lab53.102757.795828.8042
CIE-Lab60.068161.355749.1877

#fd583d color RGB value is (253,88,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01011000 00111101
Octal 375 130 75
Decimal 253 88 61
Hex FD 58 3D

RGB Percentages of Color #fd583d

%62.94
%21.89
%15.17

CMYK Percentages of Color #fd583d

%0
%65
%76
%1

Triadic Colors of #fd583d

#fd583d #3dfd58 #583dfd

Analogous Colors of #fd583d

#fd583d #fdb83d #fd3d82

Monochromatic Colors of #fd583d

#fd583d

Complementary Color

#fd583d #3de2fd

#fd583d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd583d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd583d Color CSS Codes

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

#fd583d Text Font Color

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

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


#fd583d Background Color

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

This div background color is #fd583d


#fd583d Border Color

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

This div border color is #fd583d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd583d


Comments

No comments written yet.

Please login to write comment.