Color Hex Logo

#f55263 Color Hex

#F55263
(245,82,99)
0 Favorites   0 Comments

Color spaces of #f55263

RGB 2458299
HSL0.980.890.64
HSV354°67°96°
CMYK 0.000.670.60   0.04
XYZ42.925626.347914.6276
Yxy26.34790.51160.3140
Hunter Lab51.330259.445319.0352
CIE-Lab58.365863.073125.7852

#f55263 color RGB value is (245,82,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010010 01100011
Octal 365 122 143
Decimal 245 82 99
Hex F5 52 63

RGB Percentages of Color #f55263

%57.51
%19.25
%23.24

CMYK Percentages of Color #f55263

%0
%67
%60
%4

Triadic Colors of #f55263

#f55263 #63f552 #5263f5

Analogous Colors of #f55263

#f55263 #f59352 #f552b5

Monochromatic Colors of #f55263

#f55263

Complementary Color

#f55263 #52f5e4

#f55263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55263 Color CSS Codes

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

#f55263 Text Font Color

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

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


#f55263 Background Color

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

This div background color is #f55263


#f55263 Border Color

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

This div border color is #f55263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55263


Comments

No comments written yet.

Please login to write comment.