Color Hex Logo

#f53a50 Color Hex

#F53A50
(245,58,80)
0 Favorites   0 Comments

Color spaces of #f53a50

RGB 2455880
HSL0.980.900.59
HSV353°76°96°
CMYK 0.000.760.67   0.04
XYZ40.617223.01789.8915
Yxy23.01780.55240.3131
Hunter Lab47.976967.158521.3599
CIE-Lab55.090770.186532.6623

#f53a50 color RGB value is (245,58,80).

#f53a50 hex color red value is 245, green value is 58 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #f53a50 hue: 0.98 , saturation: 0.90 and the lightness value of f53a50 is 0.59.

The process color (four color CMYK) of #f53a50 color hex is 0.00, 0.76, 0.67, 0.04. Web safe color of #f53a50 is #ff3366. Color #f53a50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00111010 01010000
Octal 365 72 120
Decimal 245 58 80
Hex F5 3A 50

RGB Percentages of Color #f53a50

%63.97
%15.14
%20.89

CMYK Percentages of Color #f53a50

%0
%76
%67
%4

Triadic Colors of #f53a50

#f53a50 #50f53a #3a50f5

Analogous Colors of #f53a50

#f53a50 #f5823a #f53aae

Monochromatic Colors of #f53a50

#f53a50

Complementary Color

#f53a50 #3af5df

#f53a50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53a50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53a50 Color CSS Codes

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

#f53a50 Text Font Color

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

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


#f53a50 Background Color

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

This div background color is #f53a50


#f53a50 Border Color

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

This div border color is #f53a50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53a50


Comments

No comments written yet.

Please login to write comment.