Color Hex Logo

#f85648 Color Hex

#F85648
(248,86,72)
0 Favorites   0 Comments

Color spaces of #f85648

RGB 2488672
HSL0.010.930.63
HSV71°97°
CMYK 0.000.650.71   0.03
XYZ43.208927.07999.0805
Yxy27.07990.54440.3412
Hunter Lab52.038457.146426.0810
CIE-Lab59.048260.973842.0132

#f85648 color RGB value is (248,86,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010110 01001000
Octal 370 126 110
Decimal 248 86 72
Hex F8 56 48

RGB Percentages of Color #f85648

%61.08
%21.18
%17.73

CMYK Percentages of Color #f85648

%0
%65
%71
%3

Triadic Colors of #f85648

#f85648 #48f856 #5648f8

Analogous Colors of #f85648

#f85648 #f8ae48 #f84892

Monochromatic Colors of #f85648

#f85648

Complementary Color

#f85648 #48eaf8

#f85648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f85648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f85648 Color CSS Codes

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

#f85648 Text Font Color

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

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


#f85648 Background Color

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

This div background color is #f85648


#f85648 Border Color

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

This div border color is #f85648


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,86,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 #f85648">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f85648


Comments

No comments written yet.

Please login to write comment.