Color Hex Logo

#f707aa Color Hex

#F707AA
(247,7,170)
0 Favorites   0 Comments

Color spaces of #f707aa

RGB 2477170
HSL0.890.940.50
HSV319°97°97°
CMYK 0.000.970.31   0.03
XYZ45.689422.828440.0284
Yxy22.82840.42090.2103
Hunter Lab47.779187.0797-16.2267
CIE-Lab54.895186.0953-21.0406

#f707aa color RGB value is (247,7,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000111 10101010
Octal 367 7 252
Decimal 247 7 170
Hex F7 7 AA

RGB Percentages of Color #f707aa

%58.25
%1.65
%40.09

CMYK Percentages of Color #f707aa

%0
%97
%31
%3

Triadic Colors of #f707aa

#f707aa #aaf707 #07aaf7

Analogous Colors of #f707aa

#f707aa #f70732 #cc07f7

Monochromatic Colors of #f707aa

#f707aa

Complementary Color

#f707aa #07f754

#f707aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f707aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f707aa Color CSS Codes

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

#f707aa Text Font Color

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

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


#f707aa Background Color

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

This div background color is #f707aa


#f707aa Border Color

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

This div border color is #f707aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f707aa


Comments

No comments written yet.

Please login to write comment.