Color Hex Logo

#f55156 Color Hex

#F55156
(245,81,86)
0 Favorites   0 Comments

Color spaces of #f55156

RGB 2458186
HSL0.990.890.64
HSV358°67°96°
CMYK 0.000.670.65   0.04
XYZ42.278325.969211.5883
Yxy25.96920.52960.3253
Hunter Lab50.960058.910322.1894
CIE-Lab58.007862.678232.8197

#f55156 color RGB value is (245,81,86).

#f55156 hex color red value is 245, green value is 81 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #f55156 hue: 0.99 , saturation: 0.89 and the lightness value of f55156 is 0.64.

The process color (four color CMYK) of #f55156 color hex is 0.00, 0.67, 0.65, 0.04. Web safe color of #f55156 is #ff6666. Color #f55156 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010001 01010110
Octal 365 121 126
Decimal 245 81 86
Hex F5 51 56

RGB Percentages of Color #f55156

%59.47
%19.66
%20.87

CMYK Percentages of Color #f55156

%0
%67
%65
%4

Triadic Colors of #f55156

#f55156 #56f551 #5156f5

Analogous Colors of #f55156

#f55156 #f59e51 #f551a8

Monochromatic Colors of #f55156

#f55156

Complementary Color

#f55156 #51f5f0

#f55156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55156 Color CSS Codes

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

#f55156 Text Font Color

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

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


#f55156 Background Color

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

This div background color is #f55156


#f55156 Border Color

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

This div border color is #f55156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55156


Comments

No comments written yet.

Please login to write comment.