Color Hex Logo

#f650ff Color Hex

#F650FF
(246,80,255)
0 Favorites   0 Comments

Color spaces of #f650ff

RGB 24680255
HSL0.821.000.66
HSV297°69°100°
CMYK 0.040.690.00   0.00
XYZ58.924732.550297.7849
Yxy32.55020.31130.1720
Hunter Lab57.052884.5143-61.6824
CIE-Lab63.795082.3961-55.3823

#f650ff color RGB value is (246,80,255).

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

The process color (four color CMYK) of #f650ff color hex is 0.04, 0.69, 0.00, 0.00. Web safe color of #f650ff is #ff66ff. Color #f650ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010000 11111111
Octal 366 120 377
Decimal 246 80 255
Hex F6 50 FF

RGB Percentages of Color #f650ff

%42.34
%13.77
%43.89

CMYK Percentages of Color #f650ff

%4
%69
%0
%0

Triadic Colors of #f650ff

#f650ff #fff650 #50fff6

Analogous Colors of #f650ff

#f650ff #ff50b1 #9f50ff

Monochromatic Colors of #f650ff

#f650ff

Complementary Color

#f650ff #59ff50

#f650ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f650ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f650ff Color CSS Codes

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

#f650ff Text Font Color

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

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


#f650ff Background Color

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

This div background color is #f650ff


#f650ff Border Color

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

This div border color is #f650ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f650ff

Related Colors


Comments

No comments written yet.

Please login to write comment.