Color Hex Logo

#f607ff Color Hex

#F607FF
(246,7,255)
0 Favorites   0 Comments

Color spaces of #f607ff

RGB 2467255
HSL0.831.000.51
HSV298°97°100°
CMYK 0.040.970.00   0.00
XYZ56.132026.964896.8540
Yxy26.96480.31190.1498
Hunter Lab51.9276102.0790-74.2367
CIE-Lab58.941796.4709-63.1358

#f607ff color RGB value is (246,7,255).

#f607ff hex color red value is 246, green value is 7 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f607ff hue: 0.83 , saturation: 1.00 and the lightness value of f607ff is 0.51.

The process color (four color CMYK) of #f607ff color hex is 0.04, 0.97, 0.00, 0.00. Web safe color of #f607ff is #ff00ff. Color #f607ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000111 11111111
Octal 366 7 377
Decimal 246 7 255
Hex F6 7 FF

RGB Percentages of Color #f607ff

%48.43
%1.38
%50.20

CMYK Percentages of Color #f607ff

%4
%97
%0
%0

Triadic Colors of #f607ff

#f607ff #fff607 #07fff6

Analogous Colors of #f607ff

#f607ff #ff078c #7a07ff

Monochromatic Colors of #f607ff

#f607ff

Complementary Color

#f607ff #10ff07

#f607ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f607ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f607ff Color CSS Codes

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

#f607ff Text Font Color

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

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


#f607ff Background Color

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

This div background color is #f607ff


#f607ff Border Color

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

This div border color is #f607ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f607ff

Related Colors


Comments

No comments written yet.

Please login to write comment.