Color Hex Logo

#f60bce Color Hex

#F60BCE
(246,11,206)
0 Favorites   0 Comments

Color spaces of #f60bce

RGB 24611206
HSL0.860.930.50
HSV310°96°96°
CMYK 0.000.960.16   0.04
XYZ49.266324.288460.4840
Yxy24.28840.36760.1812
Hunter Lab49.283392.1929-38.2667
CIE-Lab56.375489.6804-39.6230

#f60bce color RGB value is (246,11,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00001011 11001110
Octal 366 13 316
Decimal 246 11 206
Hex F6 B CE

RGB Percentages of Color #f60bce

%53.13
%2.38
%44.49

CMYK Percentages of Color #f60bce

%0
%96
%16
%4

Triadic Colors of #f60bce

#f60bce #cef60b #0bcef6

Analogous Colors of #f60bce

#f60bce #f60b58 #a90bf6

Monochromatic Colors of #f60bce

#f60bce

Complementary Color

#f60bce #0bf633

#f60bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f60bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f60bce Color CSS Codes

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

#f60bce Text Font Color

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

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


#f60bce Background Color

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

This div background color is #f60bce


#f60bce Border Color

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

This div border color is #f60bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f60bce


Comments

No comments written yet.

Please login to write comment.