Color Hex Logo

#f8316e Color Hex

#F8316E
(248,49,110)
0 Favorites   0 Comments

Color spaces of #f8316e

RGB 24849110
HSL0.950.930.58
HSV342°80°97°
CMYK 0.000.800.56   0.03
XYZ42.624223.278916.9986
Yxy23.27890.51420.2808
Hunter Lab48.248273.258912.8850
CIE-Lab55.358575.135815.3404

#f8316e color RGB value is (248,49,110).

#f8316e hex color red value is 248, green value is 49 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #f8316e hue: 0.95 , saturation: 0.93 and the lightness value of f8316e is 0.58.

The process color (four color CMYK) of #f8316e color hex is 0.00, 0.80, 0.56, 0.03. Web safe color of #f8316e is #ff3366. Color #f8316e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00110001 01101110
Octal 370 61 156
Decimal 248 49 110
Hex F8 31 6E

RGB Percentages of Color #f8316e

%60.93
%12.04
%27.03

CMYK Percentages of Color #f8316e

%0
%80
%56
%3

Triadic Colors of #f8316e

#f8316e #6ef831 #316ef8

Analogous Colors of #f8316e

#f8316e #f85731 #f831d2

Monochromatic Colors of #f8316e

#f8316e

Complementary Color

#f8316e #31f8bb

#f8316e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8316e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8316e Color CSS Codes

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

#f8316e Text Font Color

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

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


#f8316e Background Color

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

This div background color is #f8316e


#f8316e Border Color

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

This div border color is #f8316e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8316e


Comments

No comments written yet.

Please login to write comment.