Color Hex Logo

#f72097 Color Hex

#F72097
(247,32,151)
0 Favorites   0 Comments

Color spaces of #f72097

RGB 24732151
HSL0.910.930.55
HSV327°87°97°
CMYK 0.000.870.39   0.03
XYZ44.460223.041531.3823
Yxy23.04150.44960.2330
Hunter Lab48.001681.3283-5.1613
CIE-Lab55.115181.6030-9.4986

#f72097 color RGB value is (247,32,151).

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

The process color (four color CMYK) of #f72097 color hex is 0.00, 0.87, 0.39, 0.03. Web safe color of #f72097 is #ff3399. Color #f72097 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00100000 10010111
Octal 367 40 227
Decimal 247 32 151
Hex F7 20 97

RGB Percentages of Color #f72097

%57.44
%7.44
%35.12

CMYK Percentages of Color #f72097

%0
%87
%39
%3

Triadic Colors of #f72097

#f72097 #97f720 #2097f7

Analogous Colors of #f72097

#f72097 #f7202c #ec20f7

Monochromatic Colors of #f72097

#f72097

Complementary Color

#f72097 #20f780

#f72097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f72097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f72097 Color CSS Codes

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

#f72097 Text Font Color

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

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


#f72097 Background Color

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

This div background color is #f72097


#f72097 Border Color

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

This div border color is #f72097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f72097


Comments

No comments written yet.

Please login to write comment.