Color Hex Logo

#f81842 Color Hex

#F81842
(248,24,66)
0 Favorites   0 Comments

Color spaces of #f81842

RGB 2482466
HSL0.970.940.53
HSV349°90°97°
CMYK 0.000.900.73   0.03
XYZ40.021421.00317.0989
Yxy21.00310.58750.3083
Hunter Lab45.829175.678422.8964
CIE-Lab52.952977.550538.3884

#f81842 color RGB value is (248,24,66).

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

The process color (four color CMYK) of #f81842 color hex is 0.00, 0.90, 0.73, 0.03. Web safe color of #f81842 is #ff0033. Color #f81842 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00011000 01000010
Octal 370 30 102
Decimal 248 24 66
Hex F8 18 42

RGB Percentages of Color #f81842

%73.37
%7.10
%19.53

CMYK Percentages of Color #f81842

%0
%90
%73
%3

Triadic Colors of #f81842

#f81842 #42f818 #1842f8

Analogous Colors of #f81842

#f81842 #f85e18 #f818b2

Monochromatic Colors of #f81842

#f81842

Complementary Color

#f81842 #18f8ce

#f81842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f81842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f81842 Color CSS Codes

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

#f81842 Text Font Color

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

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


#f81842 Background Color

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

This div background color is #f81842


#f81842 Border Color

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

This div border color is #f81842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f81842


Comments

No comments written yet.

Please login to write comment.