Color Hex Logo

#f72059 Color Hex

#F72059
(247,32,89)
0 Favorites   0 Comments

Color spaces of #f72059

RGB 2473289
HSL0.960.930.55
HSV344°87°97°
CMYK 0.000.870.64   0.03
XYZ40.677521.528411.4627
Yxy21.52840.55220.2922
Hunter Lab46.398775.292317.8316
CIE-Lab53.523077.129925.4310

#f72059 color RGB value is (247,32,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00100000 01011001
Octal 367 40 131
Decimal 247 32 89
Hex F7 20 59

RGB Percentages of Color #f72059

%67.12
%8.70
%24.18

CMYK Percentages of Color #f72059

%0
%87
%64
%3

Triadic Colors of #f72059

#f72059 #59f720 #2059f7

Analogous Colors of #f72059

#f72059 #f75320 #f720c5

Monochromatic Colors of #f72059

#f72059

Complementary Color

#f72059 #20f7be

#f72059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f72059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f72059 Color CSS Codes

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

#f72059 Text Font Color

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

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


#f72059 Background Color

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

This div background color is #f72059


#f72059 Border Color

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

This div border color is #f72059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f72059


Comments

No comments written yet.

Please login to write comment.