Color Hex Logo

#fd735d Color Hex

#FD735D
(253,115,93)
0 Favorites   0 Comments

Color spaces of #fd735d

RGB 25311593
HSL0.020.980.68
HSV63°99°
CMYK 0.000.550.63   0.01
XYZ48.614533.934414.3437
Yxy33.93440.50170.3502
Hunter Lab58.253247.021726.1783
CIE-Lab64.910551.112137.7361

#fd735d color RGB value is (253,115,93).

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

The process color (four color CMYK) of #fd735d color hex is 0.00, 0.55, 0.63, 0.01. Web safe color of #fd735d is #ff6666. Color #fd735d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110011 01011101
Octal 375 163 135
Decimal 253 115 93
Hex FD 73 5D

RGB Percentages of Color #fd735d

%54.88
%24.95
%20.17

CMYK Percentages of Color #fd735d

%0
%55
%63
%1

Triadic Colors of #fd735d

#fd735d #5dfd73 #735dfd

Analogous Colors of #fd735d

#fd735d #fdc35d #fd5d97

Monochromatic Colors of #fd735d

#fd735d

Complementary Color

#fd735d #5de7fd

#fd735d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd735d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd735d Color CSS Codes

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

#fd735d Text Font Color

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

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


#fd735d Background Color

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

This div background color is #fd735d


#fd735d Border Color

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

This div border color is #fd735d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd735d


Comments

No comments written yet.

Please login to write comment.