Color Hex Logo

#f8366b Color Hex

#F8366B
(248,54,107)
0 Favorites   0 Comments

Color spaces of #f8366b

RGB 24854107
HSL0.950.930.59
HSV344°78°97°
CMYK 0.000.780.57   0.03
XYZ42.684423.656316.2263
Yxy23.65630.51700.2865
Hunter Lab48.637771.535214.2664
CIE-Lab55.742073.662717.6580

#f8366b color RGB value is (248,54,107).

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

The process color (four color CMYK) of #f8366b color hex is 0.00, 0.78, 0.57, 0.03. Web safe color of #f8366b is #ff3366. Color #f8366b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00110110 01101011
Octal 370 66 153
Decimal 248 54 107
Hex F8 36 6B

RGB Percentages of Color #f8366b

%60.64
%13.20
%26.16

CMYK Percentages of Color #f8366b

%0
%78
%57
%3

Triadic Colors of #f8366b

#f8366b #6bf836 #366bf8

Analogous Colors of #f8366b

#f8366b #f86236 #f836cc

Monochromatic Colors of #f8366b

#f8366b

Complementary Color

#f8366b #36f8c3

#f8366b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8366b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8366b Color CSS Codes

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

#f8366b Text Font Color

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

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


#f8366b Background Color

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

This div background color is #f8366b


#f8366b Border Color

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

This div border color is #f8366b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8366b


Comments

No comments written yet.

Please login to write comment.