Color Hex Logo

#f81237 Color Hex

#F81237
(248,18,55)
0 Favorites   0 Comments

Color spaces of #f81237

RGB 2481855
HSL0.970.940.52
HSV350°93°97°
CMYK 0.000.930.78   0.03
XYZ39.617320.66495.5151
Yxy20.66490.60210.3141
Hunter Lab45.458776.010424.6279
CIE-Lab52.580877.888844.2434

#f81237 color RGB value is (248,18,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00010010 00110111
Octal 370 22 67
Decimal 248 18 55
Hex F8 12 37

RGB Percentages of Color #f81237

%77.26
%5.61
%17.13

CMYK Percentages of Color #f81237

%0
%93
%78
%3

Triadic Colors of #f81237

#f81237 #37f812 #1237f8

Analogous Colors of #f81237

#f81237 #f86012 #f812aa

Monochromatic Colors of #f81237

#f81237

Complementary Color

#f81237 #12f8d3

#f81237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f81237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f81237 Color CSS Codes

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

#f81237 Text Font Color

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

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


#f81237 Background Color

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

This div background color is #f81237


#f81237 Border Color

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

This div border color is #f81237


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f81237


Comments

No comments written yet.

Please login to write comment.