Color Hex Logo

#f73570 Color Hex

#F73570
(247,53,112)
0 Favorites   0 Comments

Color spaces of #f73570

RGB 24753112
HSL0.950.920.59
HSV342°79°97°
CMYK 0.000.790.55   0.03
XYZ42.555523.490217.6204
Yxy23.49020.50860.2808
Hunter Lab48.466771.912712.3714
CIE-Lab55.573774.002314.4142

#f73570 color RGB value is (247,53,112).

#f73570 hex color red value is 247, green value is 53 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #f73570 hue: 0.95 , saturation: 0.92 and the lightness value of f73570 is 0.59.

The process color (four color CMYK) of #f73570 color hex is 0.00, 0.79, 0.55, 0.03. Web safe color of #f73570 is #ff3366. Color #f73570 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110101 01110000
Octal 367 65 160
Decimal 247 53 112
Hex F7 35 70

RGB Percentages of Color #f73570

%59.95
%12.86
%27.18

CMYK Percentages of Color #f73570

%0
%79
%55
%3

Triadic Colors of #f73570

#f73570 #70f735 #3570f7

Analogous Colors of #f73570

#f73570 #f75b35 #f735d1

Monochromatic Colors of #f73570

#f73570

Complementary Color

#f73570 #35f7bc

#f73570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f73570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f73570 Color CSS Codes

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

#f73570 Text Font Color

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

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


#f73570 Background Color

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

This div background color is #f73570


#f73570 Border Color

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

This div border color is #f73570


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,53,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f73570; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f73570;
  -webkit-box-shadow: 1px 1px 3px 2px #f73570;
  box-shadow:         1px 1px 3px 2px #f73570; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,53,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f73570


Comments

No comments written yet.

Please login to write comment.