Color Hex Logo

#f81318 Color Hex

#F81318
(248,19,24)
0 Favorites   0 Comments

Color spaces of #f81318

RGB 2481924
HSL1.000.940.52
HSV359°92°97°
CMYK 0.000.920.90   0.03
XYZ39.109120.48822.7575
Yxy20.48820.62720.3286
Hunter Lab45.263975.016528.0727
CIE-Lab52.384777.129859.1718

#f81318 color RGB value is (248,19,24).

#f81318 hex color red value is 248, green value is 19 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #f81318 hue: 1.00 , saturation: 0.94 and the lightness value of f81318 is 0.52.

The process color (four color CMYK) of #f81318 color hex is 0.00, 0.92, 0.90, 0.03. Web safe color of #f81318 is #ff0000. Color #f81318 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00010011 00011000
Octal 370 23 30
Decimal 248 19 24
Hex F8 13 18

RGB Percentages of Color #f81318

%85.22
%6.53
%8.25

CMYK Percentages of Color #f81318

%0
%92
%90
%3

Triadic Colors of #f81318

#f81318 #18f813 #1318f8

Analogous Colors of #f81318

#f81318 #f88113 #f8138b

Monochromatic Colors of #f81318

#f81318

Complementary Color

#f81318 #13f8f3

#f81318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f81318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f81318 Color CSS Codes

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

#f81318 Text Font Color

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

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


#f81318 Background Color

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

This div background color is #f81318


#f81318 Border Color

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

This div border color is #f81318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f81318


Comments

No comments written yet.

Please login to write comment.