Color Hex Logo

#f57260 Color Hex

#F57260
(245,114,96)
0 Favorites   0 Comments

Color spaces of #f57260

RGB 24511496
HSL0.020.880.67
HSV61°96°
CMYK 0.000.530.61   0.04
XYZ45.784832.291614.8861
Yxy32.29160.49250.3474
Hunter Lab56.825744.373524.2463
CIE-Lab63.583248.919434.1808

#f57260 color RGB value is (245,114,96).

#f57260 hex color red value is 245, green value is 114 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #f57260 hue: 0.02 , saturation: 0.88 and the lightness value of f57260 is 0.67.

The process color (four color CMYK) of #f57260 color hex is 0.00, 0.53, 0.61, 0.04. Web safe color of #f57260 is #ff6666. Color #f57260 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01110010 01100000
Octal 365 162 140
Decimal 245 114 96
Hex F5 72 60

RGB Percentages of Color #f57260

%53.85
%25.05
%21.10

CMYK Percentages of Color #f57260

%0
%53
%61
%4

Triadic Colors of #f57260

#f57260 #60f572 #7260f5

Analogous Colors of #f57260

#f57260 #f5bd60 #f56099

Monochromatic Colors of #f57260

#f57260

Complementary Color

#f57260 #60e3f5

#f57260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57260 Color CSS Codes

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

#f57260 Text Font Color

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

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


#f57260 Background Color

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

This div background color is #f57260


#f57260 Border Color

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

This div border color is #f57260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57260


Comments

No comments written yet.

Please login to write comment.