Color Hex Logo

#f8483f Color Hex

#F8483F
(248,72,63)
0 Favorites   0 Comments

Color spaces of #f8483f

RGB 2487263
HSL0.010.930.61
HSV75°97°
CMYK 0.000.710.75   0.03
XYZ41.926024.95017.3087
Yxy24.95010.56520.3363
Hunter Lab49.950162.412826.2897
CIE-Lab57.026865.843744.6270

#f8483f color RGB value is (248,72,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001000 00111111
Octal 370 110 77
Decimal 248 72 63
Hex F8 48 3F

RGB Percentages of Color #f8483f

%64.75
%18.80
%16.45

CMYK Percentages of Color #f8483f

%0
%71
%75
%3

Triadic Colors of #f8483f

#f8483f #3ff848 #483ff8

Analogous Colors of #f8483f

#f8483f #f8a53f #f83f93

Monochromatic Colors of #f8483f

#f8483f

Complementary Color

#f8483f #3feff8

#f8483f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8483f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8483f Color CSS Codes

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

#f8483f Text Font Color

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

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


#f8483f Background Color

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

This div background color is #f8483f


#f8483f Border Color

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

This div border color is #f8483f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8483f


Comments

No comments written yet.

Please login to write comment.