Color Hex Logo

#f83656 Color Hex

#F83656
(248,54,86)
0 Favorites   0 Comments

Color spaces of #f83656

RGB 2485486
HSL0.970.930.59
HSV350°78°97°
CMYK 0.000.780.65   0.03
XYZ41.710323.266711.0966
Yxy23.26670.54830.3058
Hunter Lab48.235669.940420.1252
CIE-Lab55.346072.434529.5903

#f83656 color RGB value is (248,54,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00110110 01010110
Octal 370 66 126
Decimal 248 54 86
Hex F8 36 56

RGB Percentages of Color #f83656

%63.92
%13.92
%22.16

CMYK Percentages of Color #f83656

%0
%78
%65
%3

Triadic Colors of #f83656

#f83656 #56f836 #3656f8

Analogous Colors of #f83656

#f83656 #f87736 #f836b7

Monochromatic Colors of #f83656

#f83656

Complementary Color

#f83656 #36f8d8

#f83656 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f83656 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f83656 Color CSS Codes

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

#f83656 Text Font Color

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

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


#f83656 Background Color

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

This div background color is #f83656


#f83656 Border Color

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

This div border color is #f83656


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f83656


Comments

No comments written yet.

Please login to write comment.