Color Hex Logo

#f8142a Color Hex

#F8142A
(248,20,42)
0 Favorites   0 Comments

Color spaces of #f8142a

RGB 2482042
HSL0.980.940.53
HSV354°92°97°
CMYK 0.000.920.83   0.03
XYZ39.379520.62394.0958
Yxy20.62390.61440.3217
Hunter Lab45.413575.309226.4422
CIE-Lab52.535477.335651.1519

#f8142a color RGB value is (248,20,42).

#f8142a hex color red value is 248, green value is 20 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #f8142a hue: 0.98 , saturation: 0.94 and the lightness value of f8142a is 0.53.

The process color (four color CMYK) of #f8142a color hex is 0.00, 0.92, 0.83, 0.03. Web safe color of #f8142a is #ff0033. Color #f8142a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00010100 00101010
Octal 370 24 52
Decimal 248 20 42
Hex F8 14 2A

RGB Percentages of Color #f8142a

%80.00
%6.45
%13.55

CMYK Percentages of Color #f8142a

%0
%92
%83
%3

Triadic Colors of #f8142a

#f8142a #2af814 #142af8

Analogous Colors of #f8142a

#f8142a #f87014 #f8149c

Monochromatic Colors of #f8142a

#f8142a

Complementary Color

#f8142a #14f8e2

#f8142a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8142a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8142a Color CSS Codes

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

#f8142a Text Font Color

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

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


#f8142a Background Color

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

This div background color is #f8142a


#f8142a Border Color

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

This div border color is #f8142a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8142a


Comments

No comments written yet.

Please login to write comment.