Color Hex Logo

#f53773 Color Hex

#F53773
(245,55,115)
0 Favorites   0 Comments

Color spaces of #f53773

RGB 24555115
HSL0.950.900.59
HSV341°78°96°
CMYK 0.000.780.53   0.04
XYZ42.116923.382718.5132
Yxy23.38270.50130.2783
Hunter Lab48.355770.847811.1495
CIE-Lab55.464473.155012.4151

#f53773 color RGB value is (245,55,115).

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

The process color (four color CMYK) of #f53773 color hex is 0.00, 0.78, 0.53, 0.04. Web safe color of #f53773 is #ff3366. Color #f53773 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110111 01110011
Octal 365 67 163
Decimal 245 55 115
Hex F5 37 73

RGB Percentages of Color #f53773

%59.04
%13.25
%27.71

CMYK Percentages of Color #f53773

%0
%78
%53
%4

Triadic Colors of #f53773

#f53773 #73f537 #3773f5

Analogous Colors of #f53773

#f53773 #f55a37 #f537d2

Monochromatic Colors of #f53773

#f53773

Complementary Color

#f53773 #37f5b9

#f53773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53773 Color CSS Codes

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

#f53773 Text Font Color

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

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


#f53773 Background Color

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

This div background color is #f53773


#f53773 Border Color

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

This div border color is #f53773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53773


Comments

No comments written yet.

Please login to write comment.