Color Hex Logo

#f706cd Color Hex

#F706CD
(247,6,205)
0 Favorites   0 Comments

Color spaces of #f706cd

RGB 2476205
HSL0.860.950.50
HSV310°98°97°
CMYK 0.000.980.17   0.03
XYZ49.442324.312259.8444
Yxy24.31220.37010.1820
Hunter Lab49.307492.7004-37.4451
CIE-Lab56.399090.0562-39.0007

#f706cd color RGB value is (247,6,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000110 11001101
Octal 367 6 315
Decimal 247 6 205
Hex F7 6 CD

RGB Percentages of Color #f706cd

%53.93
%1.31
%44.76

CMYK Percentages of Color #f706cd

%0
%98
%17
%3

Triadic Colors of #f706cd

#f706cd #cdf706 #06cdf7

Analogous Colors of #f706cd

#f706cd #f70654 #a906f7

Monochromatic Colors of #f706cd

#f706cd

Complementary Color

#f706cd #06f730

#f706cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f706cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f706cd Color CSS Codes

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

#f706cd Text Font Color

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

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


#f706cd Background Color

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

This div background color is #f706cd


#f706cd Border Color

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

This div border color is #f706cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f706cd


Comments

No comments written yet.

Please login to write comment.