Color Hex Logo

#f85e48 Color Hex

#F85E48
(248,94,72)
0 Favorites   0 Comments

Color spaces of #f85e48

RGB 2489472
HSL0.020.930.63
HSV71°97°
CMYK 0.000.620.71   0.03
XYZ43.883828.42979.3054
Yxy28.42970.53770.3483
Hunter Lab53.319553.602526.9763
CIE-Lab60.275057.677343.4128

#f85e48 color RGB value is (248,94,72).

#f85e48 hex color red value is 248, green value is 94 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #f85e48 hue: 0.02 , saturation: 0.93 and the lightness value of f85e48 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011110 01001000
Octal 370 136 110
Decimal 248 94 72
Hex F8 5E 48

RGB Percentages of Color #f85e48

%59.90
%22.71
%17.39

CMYK Percentages of Color #f85e48

%0
%62
%71
%3

Triadic Colors of #f85e48

#f85e48 #48f85e #5e48f8

Analogous Colors of #f85e48

#f85e48 #f8b648 #f8488a

Monochromatic Colors of #f85e48

#f85e48

Complementary Color

#f85e48 #48e2f8

#f85e48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f85e48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f85e48 Color CSS Codes

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

#f85e48 Text Font Color

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

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


#f85e48 Background Color

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

This div background color is #f85e48


#f85e48 Border Color

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

This div border color is #f85e48


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,94,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f85e48; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f85e48;
  -webkit-box-shadow: 1px 1px 3px 2px #f85e48;
  box-shadow:         1px 1px 3px 2px #f85e48; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,94,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f85e48


Comments

No comments written yet.

Please login to write comment.