Color Hex Logo

#f8413e Color Hex

#F8413E
(248,65,62)
0 Favorites   0 Comments

Color spaces of #f8413e

RGB 2486562
HSL0.000.930.61
HSV75°97°
CMYK 0.000.740.75   0.03
XYZ41.471224.08497.0205
Yxy24.08490.57140.3319
Hunter Lab49.076464.954925.8719
CIE-Lab56.172768.143744.2372

#f8413e color RGB value is (248,65,62).

#f8413e hex color red value is 248, green value is 65 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #f8413e hue: 0.00 , saturation: 0.93 and the lightness value of f8413e is 0.61.

The process color (four color CMYK) of #f8413e color hex is 0.00, 0.74, 0.75, 0.03. Web safe color of #f8413e is #ff3333. Color #f8413e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01000001 00111110
Octal 370 101 76
Decimal 248 65 62
Hex F8 41 3E

RGB Percentages of Color #f8413e

%66.13
%17.33
%16.53

CMYK Percentages of Color #f8413e

%0
%74
%75
%3

Triadic Colors of #f8413e

#f8413e #3ef841 #413ef8

Analogous Colors of #f8413e

#f8413e #f89e3e #f83e98

Monochromatic Colors of #f8413e

#f8413e

Complementary Color

#f8413e #3ef5f8

#f8413e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8413e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8413e Color CSS Codes

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

#f8413e Text Font Color

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

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


#f8413e Background Color

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

This div background color is #f8413e


#f8413e Border Color

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

This div border color is #f8413e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,65,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 #f8413e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8413e


Comments

No comments written yet.

Please login to write comment.