Color Hex Logo

#f5615e Color Hex

#F5615E
(245,97,94)
0 Favorites   0 Comments

Color spaces of #f5615e

RGB 2459794
HSL0.000.880.66
HSV62°96°
CMYK 0.000.600.62   0.04
XYZ43.951328.770013.8264
Yxy28.77000.50780.3324
Hunter Lab53.637752.398922.2629
CIE-Lab60.578156.568831.5049

#f5615e color RGB value is (245,97,94).

#f5615e hex color red value is 245, green value is 97 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #f5615e hue: 0.00 , saturation: 0.88 and the lightness value of f5615e is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01100001 01011110
Octal 365 141 136
Decimal 245 97 94
Hex F5 61 5E

RGB Percentages of Color #f5615e

%56.19
%22.25
%21.56

CMYK Percentages of Color #f5615e

%0
%60
%62
%4

Triadic Colors of #f5615e

#f5615e #5ef561 #615ef5

Analogous Colors of #f5615e

#f5615e #f5ad5e #f55ea7

Monochromatic Colors of #f5615e

#f5615e

Complementary Color

#f5615e #5ef2f5

#f5615e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5615e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5615e Color CSS Codes

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

#f5615e Text Font Color

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

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


#f5615e Background Color

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

This div background color is #f5615e


#f5615e Border Color

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

This div border color is #f5615e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5615e


Comments

No comments written yet.

Please login to write comment.