Color Hex Logo

#fd735e Color Hex

#FD735E
(253,115,94)
0 Favorites   0 Comments

Color spaces of #fd735e

RGB 25311594
HSL0.020.980.68
HSV63°99°
CMYK 0.000.550.63   0.01
XYZ48.659133.952314.5785
Yxy33.95230.50070.3493
Hunter Lab58.268647.092225.9540
CIE-Lab64.924751.173137.2084

#fd735e color RGB value is (253,115,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110011 01011110
Octal 375 163 136
Decimal 253 115 94
Hex FD 73 5E

RGB Percentages of Color #fd735e

%54.76
%24.89
%20.35

CMYK Percentages of Color #fd735e

%0
%55
%63
%1

Triadic Colors of #fd735e

#fd735e #5efd73 #735efd

Analogous Colors of #fd735e

#fd735e #fdc35e #fd5e99

Monochromatic Colors of #fd735e

#fd735e

Complementary Color

#fd735e #5ee8fd

#fd735e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd735e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd735e Color CSS Codes

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

#fd735e Text Font Color

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

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


#fd735e Background Color

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

This div background color is #fd735e


#fd735e Border Color

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

This div border color is #fd735e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd735e


Comments

No comments written yet.

Please login to write comment.