Color Hex Logo

#f720ac Color Hex

#F720AC
(247,32,172)
0 Favorites   0 Comments

Color spaces of #f720ac

RGB 24732172
HSL0.890.930.55
HSV321°87°97°
CMYK 0.000.870.30   0.03
XYZ46.320723.785741.1795
Yxy23.78570.41620.2137
Hunter Lab48.770684.1849-15.9222
CIE-Lab55.872683.6779-20.7157

#f720ac color RGB value is (247,32,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00100000 10101100
Octal 367 40 254
Decimal 247 32 172
Hex F7 20 AC

RGB Percentages of Color #f720ac

%54.77
%7.10
%38.14

CMYK Percentages of Color #f720ac

%0
%87
%30
%3

Triadic Colors of #f720ac

#f720ac #acf720 #20acf7

Analogous Colors of #f720ac

#f720ac #f72040 #d720f7

Monochromatic Colors of #f720ac

#f720ac

Complementary Color

#f720ac #20f76b

#f720ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f720ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f720ac Color CSS Codes

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

#f720ac Text Font Color

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

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


#f720ac Background Color

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

This div background color is #f720ac


#f720ac Border Color

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

This div border color is #f720ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f720ac


Comments

No comments written yet.

Please login to write comment.