Color Hex Logo

#f57059 Color Hex

#F57059
(245,112,89)
0 Favorites   0 Comments

Color spaces of #f57059

RGB 24511289
HSL0.020.890.65
HSV64°96°
CMYK 0.000.540.64   0.04
XYZ45.253531.722113.1890
Yxy31.72210.50190.3518
Hunter Lab56.322444.855725.5417
CIE-Lab63.112549.426037.4438

#f57059 color RGB value is (245,112,89).

#f57059 hex color red value is 245, green value is 112 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #f57059 hue: 0.02 , saturation: 0.89 and the lightness value of f57059 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01110000 01011001
Octal 365 160 131
Decimal 245 112 89
Hex F5 70 59

RGB Percentages of Color #f57059

%54.93
%25.11
%19.96

CMYK Percentages of Color #f57059

%0
%54
%64
%4

Triadic Colors of #f57059

#f57059 #59f570 #7059f5

Analogous Colors of #f57059

#f57059 #f5be59 #f55990

Monochromatic Colors of #f57059

#f57059

Complementary Color

#f57059 #59def5

#f57059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57059 Color CSS Codes

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

#f57059 Text Font Color

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

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


#f57059 Background Color

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

This div background color is #f57059


#f57059 Border Color

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

This div border color is #f57059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57059


Comments

No comments written yet.

Please login to write comment.