Color Hex Logo

#f8123e Color Hex

#F8123E
(248,18,62)
0 Favorites   0 Comments

Color spaces of #f8123e

RGB 2481862
HSL0.970.940.52
HSV349°93°97°
CMYK 0.000.930.75   0.03
XYZ39.797220.73696.4625
Yxy20.73690.59400.3095
Hunter Lab45.537876.306823.4623
CIE-Lab52.660378.110440.3651

#f8123e color RGB value is (248,18,62).

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

The process color (four color CMYK) of #f8123e color hex is 0.00, 0.93, 0.75, 0.03. Web safe color of #f8123e is #ff0033. Color #f8123e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00010010 00111110
Octal 370 22 76
Decimal 248 18 62
Hex F8 12 3E

RGB Percentages of Color #f8123e

%75.61
%5.49
%18.90

CMYK Percentages of Color #f8123e

%0
%93
%75
%3

Triadic Colors of #f8123e

#f8123e #3ef812 #123ef8

Analogous Colors of #f8123e

#f8123e #f85912 #f812b1

Monochromatic Colors of #f8123e

#f8123e

Complementary Color

#f8123e #12f8cc

#f8123e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8123e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8123e Color CSS Codes

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

#f8123e Text Font Color

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

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


#f8123e Background Color

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

This div background color is #f8123e


#f8123e Border Color

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

This div border color is #f8123e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8123e


Comments

No comments written yet.

Please login to write comment.