Color Hex Logo

#f707ab Color Hex

#F707AB
(247,7,171)
0 Favorites   0 Comments

Color spaces of #f707ab

RGB 2477171
HSL0.890.940.50
HSV319°97°97°
CMYK 0.000.970.31   0.03
XYZ45.784422.866440.5286
Yxy22.86640.41940.2094
Hunter Lab47.818887.2229-16.7778
CIE-Lab54.934586.1972-21.5671

#f707ab color RGB value is (247,7,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000111 10101011
Octal 367 7 253
Decimal 247 7 171
Hex F7 7 AB

RGB Percentages of Color #f707ab

%58.12
%1.65
%40.24

CMYK Percentages of Color #f707ab

%0
%97
%31
%3

Triadic Colors of #f707ab

#f707ab #abf707 #07abf7

Analogous Colors of #f707ab

#f707ab #f70733 #cb07f7

Monochromatic Colors of #f707ab

#f707ab

Complementary Color

#f707ab #07f753

#f707ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f707ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f707ab Color CSS Codes

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

#f707ab Text Font Color

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

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


#f707ab Background Color

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

This div background color is #f707ab


#f707ab Border Color

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

This div border color is #f707ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f707ab


Comments

No comments written yet.

Please login to write comment.