Color Hex Logo

#f8273e Color Hex

#F8273E
(248,39,62)
0 Favorites   0 Comments

Color spaces of #f8273e

RGB 2483962
HSL0.980.940.56
HSV353°84°97°
CMYK 0.000.840.75   0.03
XYZ40.306421.75536.6322
Yxy21.75530.58680.3167
Hunter Lab46.642672.627124.2192
CIE-Lab53.766474.931441.5952

#f8273e color RGB value is (248,39,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00100111 00111110
Octal 370 47 76
Decimal 248 39 62
Hex F8 27 3E

RGB Percentages of Color #f8273e

%71.06
%11.17
%17.77

CMYK Percentages of Color #f8273e

%0
%84
%75
%3

Triadic Colors of #f8273e

#f8273e #3ef827 #273ef8

Analogous Colors of #f8273e

#f8273e #f87927 #f827a7

Monochromatic Colors of #f8273e

#f8273e

Complementary Color

#f8273e #27f8e1

#f8273e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8273e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8273e Color CSS Codes

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

#f8273e Text Font Color

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

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


#f8273e Background Color

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

This div background color is #f8273e


#f8273e Border Color

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

This div border color is #f8273e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8273e


Comments

No comments written yet.

Please login to write comment.