Color Hex Logo

#ff705e Color Hex

#FF705E
(255,112,94)
0 Favorites   0 Comments

Color spaces of #ff705e

RGB 25511294
HSL0.021.000.68
HSV63°100°
CMYK 0.000.560.63   0.00
XYZ49.054633.656514.5006
Yxy33.65650.50460.3462
Hunter Lab58.014249.407925.7905
CIE-Lab64.689053.269836.9846

#ff705e color RGB value is (255,112,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110000 01011110
Octal 377 160 136
Decimal 255 112 94
Hex FF 70 5E

RGB Percentages of Color #ff705e

%55.31
%24.30
%20.39

CMYK Percentages of Color #ff705e

%0
%56
%63
%0

Triadic Colors of #ff705e

#ff705e #5eff70 #705eff

Analogous Colors of #ff705e

#ff705e #ffc15e #ff5e9d

Monochromatic Colors of #ff705e

#ff705e

Complementary Color

#ff705e #5eedff

#ff705e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff705e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff705e Color CSS Codes

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

#ff705e Text Font Color

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

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


#ff705e Background Color

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

This div background color is #ff705e


#ff705e Border Color

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

This div border color is #ff705e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff705e


Comments

No comments written yet.

Please login to write comment.