Color Hex Logo

#f84550 Color Hex

#F84550
(248,69,80)
0 Favorites   0 Comments

Color spaces of #f84550

RGB 2486980
HSL0.990.930.62
HSV356°72°97°
CMYK 0.000.720.68   0.03
XYZ42.287524.791910.1459
Yxy24.79190.54760.3210
Hunter Lab49.791564.463622.7726
CIE-Lab56.872167.601234.9695

#f84550 color RGB value is (248,69,80).

#f84550 hex color red value is 248, green value is 69 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #f84550 hue: 0.99 , saturation: 0.93 and the lightness value of f84550 is 0.62.

The process color (four color CMYK) of #f84550 color hex is 0.00, 0.72, 0.68, 0.03. Web safe color of #f84550 is #ff3366. Color #f84550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01000101 01010000
Octal 370 105 120
Decimal 248 69 80
Hex F8 45 50

RGB Percentages of Color #f84550

%62.47
%17.38
%20.15

CMYK Percentages of Color #f84550

%0
%72
%68
%3

Triadic Colors of #f84550

#f84550 #50f845 #4550f8

Analogous Colors of #f84550

#f84550 #f89445 #f845aa

Monochromatic Colors of #f84550

#f84550

Complementary Color

#f84550 #45f8ed

#f84550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f84550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f84550 Color CSS Codes

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

#f84550 Text Font Color

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

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


#f84550 Background Color

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

This div background color is #f84550


#f84550 Border Color

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

This div border color is #f84550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f84550


Comments

No comments written yet.

Please login to write comment.