Color Hex Logo

#f5344f Color Hex

#F5344F
(245,52,79)
0 Favorites   0 Comments

Color spaces of #f5344f

RGB 2455279
HSL0.980.910.58
HSV352°79°96°
CMYK 0.000.790.68   0.04
XYZ40.295522.43309.6033
Yxy22.43300.55710.3101
Hunter Lab47.363568.976621.1330
CIE-Lab54.483471.806932.4972

#f5344f color RGB value is (245,52,79).

#f5344f hex color red value is 245, green value is 52 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #f5344f hue: 0.98 , saturation: 0.91 and the lightness value of f5344f is 0.58.

The process color (four color CMYK) of #f5344f color hex is 0.00, 0.79, 0.68, 0.04. Web safe color of #f5344f is #ff3366. Color #f5344f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110100 01001111
Octal 365 64 117
Decimal 245 52 79
Hex F5 34 4F

RGB Percentages of Color #f5344f

%65.16
%13.83
%21.01

CMYK Percentages of Color #f5344f

%0
%79
%68
%4

Triadic Colors of #f5344f

#f5344f #4ff534 #344ff5

Analogous Colors of #f5344f

#f5344f #f57a34 #f534b0

Monochromatic Colors of #f5344f

#f5344f

Complementary Color

#f5344f #34f5da

#f5344f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5344f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5344f Color CSS Codes

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

#f5344f Text Font Color

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

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


#f5344f Background Color

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

This div background color is #f5344f


#f5344f Border Color

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

This div border color is #f5344f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5344f

Related Colors


Comments

No comments written yet.

Please login to write comment.