Color Hex Logo

#f707ac Color Hex

#F707AC
(247,7,172)
0 Favorites   0 Comments

Color spaces of #f707ac

RGB 2477172
HSL0.890.940.50
HSV319°97°97°
CMYK 0.000.970.30   0.03
XYZ45.880122.904741.0326
Yxy22.90470.41780.2086
Hunter Lab47.858987.3668-17.3321
CIE-Lab54.974086.2994-22.0928

#f707ac color RGB value is (247,7,172).

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

The process color (four color CMYK) of #f707ac color hex is 0.00, 0.97, 0.30, 0.03. Web safe color of #f707ac is #ff0099. Color #f707ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000111 10101100
Octal 367 7 254
Decimal 247 7 172
Hex F7 7 AC

RGB Percentages of Color #f707ac

%57.98
%1.64
%40.38

CMYK Percentages of Color #f707ac

%0
%97
%30
%3

Triadic Colors of #f707ac

#f707ac #acf707 #07acf7

Analogous Colors of #f707ac

#f707ac #f70734 #ca07f7

Monochromatic Colors of #f707ac

#f707ac

Complementary Color

#f707ac #07f752

#f707ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f707ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f707ac Color CSS Codes

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

#f707ac Text Font Color

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

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


#f707ac Background Color

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

This div background color is #f707ac


#f707ac Border Color

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

This div border color is #f707ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,7,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 #f707ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f707ac


Comments

No comments written yet.

Please login to write comment.