Color Hex Logo

#f607ce Color Hex

#F607CE
(246,7,206)
0 Favorites   0 Comments

Color spaces of #f607ce

RGB 2467206
HSL0.860.940.50
HSV310°97°96°
CMYK 0.000.970.16   0.04
XYZ49.222624.201060.4695
Yxy24.20100.36760.1807
Hunter Lab49.194592.5115-38.4426
CIE-Lab56.288589.9362-39.7597

#f607ce color RGB value is (246,7,206).

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

The process color (four color CMYK) of #f607ce color hex is 0.00, 0.97, 0.16, 0.04. Web safe color of #f607ce is #ff00cc. Color #f607ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000111 11001110
Octal 366 7 316
Decimal 246 7 206
Hex F6 7 CE

RGB Percentages of Color #f607ce

%53.59
%1.53
%44.88

CMYK Percentages of Color #f607ce

%0
%97
%16
%4

Triadic Colors of #f607ce

#f607ce #cef607 #07cef6

Analogous Colors of #f607ce

#f607ce #f60756 #a707f6

Monochromatic Colors of #f607ce

#f607ce

Complementary Color

#f607ce #07f62f

#f607ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f607ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f607ce Color CSS Codes

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

#f607ce Text Font Color

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

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


#f607ce Background Color

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

This div background color is #f607ce


#f607ce Border Color

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

This div border color is #f607ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,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 #f607ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f607ce

Related Colors


Comments

No comments written yet.

Please login to write comment.