Color Hex Logo

#f706de Color Hex

#F706DE
(247,6,222)
0 Favorites   0 Comments

Color spaces of #f706de

RGB 2476222
HSL0.850.950.50
HSV306°98°97°
CMYK 0.000.980.10   0.03
XYZ51.607725.178371.2471
Yxy25.17830.34860.1701
Hunter Lab50.178095.7745-49.0606
CIE-Lab57.248792.1805-47.3421

#f706de color RGB value is (247,6,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000110 11011110
Octal 367 6 336
Decimal 247 6 222
Hex F7 6 DE

RGB Percentages of Color #f706de

%52.00
%1.26
%46.74

CMYK Percentages of Color #f706de

%0
%98
%10
%3

Triadic Colors of #f706de

#f706de #def706 #06def7

Analogous Colors of #f706de

#f706de #f70666 #9806f7

Monochromatic Colors of #f706de

#f706de

Complementary Color

#f706de #06f71f

#f706de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f706de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f706de Color CSS Codes

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

#f706de Text Font Color

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

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


#f706de Background Color

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

This div background color is #f706de


#f706de Border Color

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

This div border color is #f706de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f706de


Comments

No comments written yet.

Please login to write comment.