Color Hex Logo

#f60bff Color Hex

#F60BFF
(246,11,255)
0 Favorites   0 Comments

Color spaces of #f60bff

RGB 24611255
HSL0.831.000.52
HSV298°96°100°
CMYK 0.040.960.00   0.00
XYZ56.175727.052296.8685
Yxy27.05220.31190.1502
Hunter Lab52.0117101.7699-74.0156
CIE-Lab59.022696.2311-63.0060

#f60bff color RGB value is (246,11,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00001011 11111111
Octal 366 13 377
Decimal 246 11 255
Hex F6 B FF

RGB Percentages of Color #f60bff

%48.05
%2.15
%49.80

CMYK Percentages of Color #f60bff

%4
%96
%0
%0

Triadic Colors of #f60bff

#f60bff #fff60b #0bfff6

Analogous Colors of #f60bff

#f60bff #ff0b8e #7c0bff

Monochromatic Colors of #f60bff

#f60bff

Complementary Color

#f60bff #14ff0b

#f60bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f60bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f60bff Color CSS Codes

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

#f60bff Text Font Color

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

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


#f60bff Background Color

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

This div background color is #f60bff


#f60bff Border Color

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

This div border color is #f60bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f60bff


Comments

No comments written yet.

Please login to write comment.