Color Hex Logo

#f72060 Color Hex

#F72060
(247,32,96)
0 Favorites   0 Comments

Color spaces of #f72060

RGB 2473296
HSL0.950.930.55
HSV342°87°97°
CMYK 0.000.870.61   0.03
XYZ40.985621.651713.0853
Yxy21.65170.54130.2859
Hunter Lab46.531475.795815.8988
CIE-Lab53.655577.507821.3985

#f72060 color RGB value is (247,32,96).

#f72060 hex color red value is 247, green value is 32 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #f72060 hue: 0.95 , saturation: 0.93 and the lightness value of f72060 is 0.55.

The process color (four color CMYK) of #f72060 color hex is 0.00, 0.87, 0.61, 0.03. Web safe color of #f72060 is #ff3366. Color #f72060 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00100000 01100000
Octal 367 40 140
Decimal 247 32 96
Hex F7 20 60

RGB Percentages of Color #f72060

%65.87
%8.53
%25.60

CMYK Percentages of Color #f72060

%0
%87
%61
%3

Triadic Colors of #f72060

#f72060 #60f720 #2060f7

Analogous Colors of #f72060

#f72060 #f74c20 #f720cc

Monochromatic Colors of #f72060

#f72060

Complementary Color

#f72060 #20f7b7

#f72060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f72060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f72060 Color CSS Codes

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

#f72060 Text Font Color

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

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


#f72060 Background Color

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

This div background color is #f72060


#f72060 Border Color

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

This div border color is #f72060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f72060

Related Colors


Comments

No comments written yet.

Please login to write comment.