Color Hex Logo

#f55750 Color Hex

#F55750
(245,87,80)
0 Favorites   0 Comments

Color spaces of #f55750

RGB 2458780
HSL0.010.890.64
HSV67°96°
CMYK 0.000.640.67   0.04
XYZ42.512426.808110.5232
Yxy26.80810.53240.3358
Hunter Lab51.776555.952924.1933
CIE-Lab58.796359.982737.1767

#f55750 color RGB value is (245,87,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010111 01010000
Octal 365 127 120
Decimal 245 87 80
Hex F5 57 50

RGB Percentages of Color #f55750

%59.47
%21.12
%19.42

CMYK Percentages of Color #f55750

%0
%64
%67
%4

Triadic Colors of #f55750

#f55750 #50f557 #5750f5

Analogous Colors of #f55750

#f55750 #f5aa50 #f5509c

Monochromatic Colors of #f55750

#f55750

Complementary Color

#f55750 #50eef5

#f55750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55750 Color CSS Codes

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

#f55750 Text Font Color

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

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


#f55750 Background Color

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

This div background color is #f55750


#f55750 Border Color

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

This div border color is #f55750


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,87,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55750


Comments

No comments written yet.

Please login to write comment.