Color Hex Logo

#ff714f Color Hex

#FF714F
(255,113,79)
0 Favorites   0 Comments

Color spaces of #ff714f

RGB 25511379
HSL0.031.000.65
HSV12°69°100°
CMYK 0.000.560.69   0.00
XYZ48.556433.634811.3301
Yxy33.63480.51920.3596
Hunter Lab57.995547.955929.0139
CIE-Lab64.671651.982245.0183

#ff714f color RGB value is (255,113,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110001 01001111
Octal 377 161 117
Decimal 255 113 79
Hex FF 71 4F

RGB Percentages of Color #ff714f

%57.05
%25.28
%17.67

CMYK Percentages of Color #ff714f

%0
%56
%69
%0

Triadic Colors of #ff714f

#ff714f #4fff71 #714fff

Analogous Colors of #ff714f

#ff714f #ffc94f #ff4f85

Monochromatic Colors of #ff714f

#ff714f

Complementary Color

#ff714f #4fddff

#ff714f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff714f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff714f Color CSS Codes

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

#ff714f Text Font Color

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

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


#ff714f Background Color

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

This div background color is #ff714f


#ff714f Border Color

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

This div border color is #ff714f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff714f


Comments

No comments written yet.

Please login to write comment.