Color Hex Logo

#ff745d Color Hex

#FF745D
(255,116,93)
0 Favorites   0 Comments

Color spaces of #ff745d

RGB 25511693
HSL0.021.000.68
HSV64°100°
CMYK 0.000.550.64   0.00
XYZ49.461234.541114.4161
Yxy34.54110.50260.3510
Hunter Lab58.771747.372026.5969
CIE-Lab65.389851.354138.3917

#ff745d color RGB value is (255,116,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110100 01011101
Octal 377 164 135
Decimal 255 116 93
Hex FF 74 5D

RGB Percentages of Color #ff745d

%54.96
%25.00
%20.04

CMYK Percentages of Color #ff745d

%0
%55
%64
%0

Triadic Colors of #ff745d

#ff745d #5dff74 #745dff

Analogous Colors of #ff745d

#ff745d #ffc55d #ff5d97

Monochromatic Colors of #ff745d

#ff745d

Complementary Color

#ff745d #5de8ff

#ff745d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff745d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff745d Color CSS Codes

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

#ff745d Text Font Color

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

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


#ff745d Background Color

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

This div background color is #ff745d


#ff745d Border Color

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

This div border color is #ff745d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,116,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 #ff745d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff745d


Comments

No comments written yet.

Please login to write comment.