Color Hex Logo

#f84350 Color Hex

#F84350
(248,67,80)
0 Favorites   0 Comments

Color spaces of #f84350

RGB 2486780
HSL0.990.930.62
HSV356°73°97°
CMYK 0.000.730.68   0.03
XYZ42.166524.550010.1056
Yxy24.55000.54890.3196
Hunter Lab49.548065.198922.5910
CIE-Lab56.634368.261734.6797

#f84350 color RGB value is (248,67,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01000011 01010000
Octal 370 103 120
Decimal 248 67 80
Hex F8 43 50

RGB Percentages of Color #f84350

%62.78
%16.96
%20.25

CMYK Percentages of Color #f84350

%0
%73
%68
%3

Triadic Colors of #f84350

#f84350 #50f843 #4350f8

Analogous Colors of #f84350

#f84350 #f89143 #f843ab

Monochromatic Colors of #f84350

#f84350

Complementary Color

#f84350 #43f8eb

#f84350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f84350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f84350 Color CSS Codes

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

#f84350 Text Font Color

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

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


#f84350 Background Color

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

This div background color is #f84350


#f84350 Border Color

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

This div border color is #f84350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f84350


Comments

No comments written yet.

Please login to write comment.