Color Hex Logo

#f707ce Color Hex

#F707CE
(247,7,206)
0 Favorites   0 Comments

Color spaces of #f707ce

RGB 2477206
HSL0.860.940.50
HSV310°97°97°
CMYK 0.000.970.17   0.03
XYZ49.574324.382360.4859
Yxy24.38230.36870.1814
Hunter Lab49.378492.7958-38.0621
CIE-Lab56.468590.1141-39.4642

#f707ce color RGB value is (247,7,206).

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

The process color (four color CMYK) of #f707ce color hex is 0.00, 0.97, 0.17, 0.03. Web safe color of #f707ce is #ff00cc. Color #f707ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000111 11001110
Octal 367 7 316
Decimal 247 7 206
Hex F7 7 CE

RGB Percentages of Color #f707ce

%53.70
%1.52
%44.78

CMYK Percentages of Color #f707ce

%0
%97
%17
%3

Triadic Colors of #f707ce

#f707ce #cef707 #07cef7

Analogous Colors of #f707ce

#f707ce #f70756 #a807f7

Monochromatic Colors of #f707ce

#f707ce

Complementary Color

#f707ce #07f730

#f707ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f707ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f707ce Color CSS Codes

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

#f707ce Text Font Color

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

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


#f707ce Background Color

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

This div background color is #f707ce


#f707ce Border Color

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

This div border color is #f707ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f707ce


Comments

No comments written yet.

Please login to write comment.