Color Hex Logo

#f55063 Color Hex

#F55063
(245,80,99)
0 Favorites   0 Comments

Color spaces of #f55063

RGB 2458099
HSL0.980.890.64
HSV353°67°96°
CMYK 0.000.670.60   0.04
XYZ42.777026.050714.5781
Yxy26.05070.51290.3123
Hunter Lab51.039960.282718.7934
CIE-Lab58.085163.839725.4170

#f55063 color RGB value is (245,80,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010000 01100011
Octal 365 120 143
Decimal 245 80 99
Hex F5 50 63

RGB Percentages of Color #f55063

%57.78
%18.87
%23.35

CMYK Percentages of Color #f55063

%0
%67
%60
%4

Triadic Colors of #f55063

#f55063 #63f550 #5063f5

Analogous Colors of #f55063

#f55063 #f59050 #f550b6

Monochromatic Colors of #f55063

#f55063

Complementary Color

#f55063 #50f5e2

#f55063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55063 Color CSS Codes

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

#f55063 Text Font Color

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

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


#f55063 Background Color

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

This div background color is #f55063


#f55063 Border Color

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

This div border color is #f55063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55063


Comments

No comments written yet.

Please login to write comment.