Color Hex Logo

#f5363e Color Hex

#F5363E
(245,54,62)
0 Favorites   0 Comments

Color spaces of #f5363e

RGB 2455462
HSL0.990.910.59
HSV357°78°96°
CMYK 0.000.780.75   0.04
XYZ39.844922.39866.7807
Yxy22.39860.57730.3245
Hunter Lab47.327267.457224.6344
CIE-Lab54.447470.556942.1863

#f5363e color RGB value is (245,54,62).

#f5363e hex color red value is 245, green value is 54 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #f5363e hue: 0.99 , saturation: 0.91 and the lightness value of f5363e is 0.59.

The process color (four color CMYK) of #f5363e color hex is 0.00, 0.78, 0.75, 0.04. Web safe color of #f5363e is #ff3333. Color #f5363e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110110 00111110
Octal 365 66 76
Decimal 245 54 62
Hex F5 36 3E

RGB Percentages of Color #f5363e

%67.87
%14.96
%17.17

CMYK Percentages of Color #f5363e

%0
%78
%75
%4

Triadic Colors of #f5363e

#f5363e #3ef536 #363ef5

Analogous Colors of #f5363e

#f5363e #f58e36 #f5369e

Monochromatic Colors of #f5363e

#f5363e

Complementary Color

#f5363e #36f5ed

#f5363e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5363e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5363e Color CSS Codes

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

#f5363e Text Font Color

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

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


#f5363e Background Color

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

This div background color is #f5363e


#f5363e Border Color

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

This div border color is #f5363e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5363e


Comments

No comments written yet.

Please login to write comment.