Color Hex Logo

#f53359 Color Hex

#F53359
(245,51,89)
0 Favorites   0 Comments

Color spaces of #f53359

RGB 2455189
HSL0.970.910.58
HSV348°79°96°
CMYK 0.000.790.64   0.04
XYZ40.643222.501411.6523
Yxy22.50140.54340.3008
Hunter Lab47.435669.927718.6407
CIE-Lab54.555072.575726.6924

#f53359 color RGB value is (245,51,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110011 01011001
Octal 365 63 131
Decimal 245 51 89
Hex F5 33 59

RGB Percentages of Color #f53359

%63.64
%13.25
%23.12

CMYK Percentages of Color #f53359

%0
%79
%64
%4

Triadic Colors of #f53359

#f53359 #59f533 #3359f5

Analogous Colors of #f53359

#f53359 #f56e33 #f533ba

Monochromatic Colors of #f53359

#f53359

Complementary Color

#f53359 #33f5cf

#f53359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53359 Color CSS Codes

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

#f53359 Text Font Color

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

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


#f53359 Background Color

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

This div background color is #f53359


#f53359 Border Color

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

This div border color is #f53359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53359


Comments

No comments written yet.

Please login to write comment.