Color Hex Logo

#f53477 Color Hex

#F53477
(245,52,119)
0 Favorites   0 Comments

Color spaces of #f53477

RGB 24552119
HSL0.940.910.58
HSV339°79°96°
CMYK 0.000.790.51   0.04
XYZ42.214023.200419.7060
Yxy23.20040.49590.2726
Hunter Lab48.166872.14789.4600
CIE-Lab55.278274.25039.7638

#f53477 color RGB value is (245,52,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110100 01110111
Octal 365 64 167
Decimal 245 52 119
Hex F5 34 77

RGB Percentages of Color #f53477

%58.89
%12.50
%28.61

CMYK Percentages of Color #f53477

%0
%79
%51
%4

Triadic Colors of #f53477

#f53477 #77f534 #3477f5

Analogous Colors of #f53477

#f53477 #f55234 #f534d8

Monochromatic Colors of #f53477

#f53477

Complementary Color

#f53477 #34f5b2

#f53477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53477 Color CSS Codes

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

#f53477 Text Font Color

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

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


#f53477 Background Color

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

This div background color is #f53477


#f53477 Border Color

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

This div border color is #f53477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53477


Comments

No comments written yet.

Please login to write comment.