Color Hex Logo

#ff706e Color Hex

#FF706E
(255,112,110)
0 Favorites   0 Comments

Color spaces of #ff706e

RGB 255112110
HSL0.001.000.72
HSV57°100°
CMYK 0.000.560.57   0.00
XYZ49.848633.974118.6822
Yxy33.97410.48630.3314
Hunter Lab58.287350.654421.7975
CIE-Lab64.942054.331528.4197

#ff706e color RGB value is (255,112,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110000 01101110
Octal 377 160 156
Decimal 255 112 110
Hex FF 70 6E

RGB Percentages of Color #ff706e

%53.46
%23.48
%23.06

CMYK Percentages of Color #ff706e

%0
%56
%57
%0

Triadic Colors of #ff706e

#ff706e #6eff70 #706eff

Analogous Colors of #ff706e

#ff706e #ffb96e #ff6eb5

Monochromatic Colors of #ff706e

#ff706e

Complementary Color

#ff706e #6efdff

#ff706e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff706e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff706e Color CSS Codes

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

#ff706e Text Font Color

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

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


#ff706e Background Color

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

This div background color is #ff706e


#ff706e Border Color

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

This div border color is #ff706e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,112,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff706e

#ff706e Color Palettes


Comments

No comments written yet.

Please login to write comment.