Color Hex Logo

#ff704a Color Hex

#FF704A
(255,112,74)
0 Favorites   0 Comments

Color spaces of #ff704a

RGB 25511274
HSL0.031.000.65
HSV13°71°100°
CMYK 0.000.560.71   0.00
XYZ48.270233.342810.3702
Yxy33.34280.52480.3625
Hunter Lab57.743248.165729.7723
CIE-Lab64.437552.204547.3500

#ff704a color RGB value is (255,112,74).

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

The process color (four color CMYK) of #ff704a color hex is 0.00, 0.56, 0.71, 0.00. Web safe color of #ff704a is #ff6633. Color #ff704a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110000 01001010
Octal 377 160 112
Decimal 255 112 74
Hex FF 70 4A

RGB Percentages of Color #ff704a

%57.82
%25.40
%16.78

CMYK Percentages of Color #ff704a

%0
%56
%71
%0

Triadic Colors of #ff704a

#ff704a #4aff70 #704aff

Analogous Colors of #ff704a

#ff704a #ffcb4a #ff4a7f

Monochromatic Colors of #ff704a

#ff704a

Complementary Color

#ff704a #4ad9ff

#ff704a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff704a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff704a Color CSS Codes

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

#ff704a Text Font Color

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

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


#ff704a Background Color

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

This div background color is #ff704a


#ff704a Border Color

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

This div border color is #ff704a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff704a

Related Colors


Comments

No comments written yet.

Please login to write comment.