Color Hex Logo

#f5344b Color Hex

#F5344B
(245,52,75)
0 Favorites   0 Comments

Color spaces of #f5344b

RGB 2455275
HSL0.980.910.58
HSV353°79°96°
CMYK 0.000.790.69   0.04
XYZ40.154222.37658.8593
Yxy22.37650.56250.3134
Hunter Lab47.303868.739422.0085
CIE-Lab54.424271.622634.7562

#f5344b color RGB value is (245,52,75).

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

The process color (four color CMYK) of #f5344b color hex is 0.00, 0.79, 0.69, 0.04. Web safe color of #f5344b is #ff3333. Color #f5344b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110100 01001011
Octal 365 64 113
Decimal 245 52 75
Hex F5 34 4B

RGB Percentages of Color #f5344b

%65.86
%13.98
%20.16

CMYK Percentages of Color #f5344b

%0
%79
%69
%4

Triadic Colors of #f5344b

#f5344b #4bf534 #344bf5

Analogous Colors of #f5344b

#f5344b #f57e34 #f534ac

Monochromatic Colors of #f5344b

#f5344b

Complementary Color

#f5344b #34f5de

#f5344b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5344b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5344b Color CSS Codes

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

#f5344b Text Font Color

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

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


#f5344b Background Color

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

This div background color is #f5344b


#f5344b Border Color

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

This div border color is #f5344b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5344b


Comments

No comments written yet.

Please login to write comment.