Color Hex Logo

#f63bce Color Hex

#F63BCE
(246,59,206)
0 Favorites   0 Comments

Color spaces of #f63bce

RGB 24659206
HSL0.870.910.60
HSV313°76°96°
CMYK 0.000.760.16   0.04
XYZ50.710627.177060.9655
Yxy27.17700.36520.1957
Hunter Lab52.131682.4043-32.8449
CIE-Lab59.137881.6606-35.2954

#f63bce color RGB value is (246,59,206).

#f63bce hex color red value is 246, green value is 59 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f63bce hue: 0.87 , saturation: 0.91 and the lightness value of f63bce is 0.60.

The process color (four color CMYK) of #f63bce color hex is 0.00, 0.76, 0.16, 0.04. Web safe color of #f63bce is #ff33cc. Color #f63bce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00111011 11001110
Octal 366 73 316
Decimal 246 59 206
Hex F6 3B CE

RGB Percentages of Color #f63bce

%48.14
%11.55
%40.31

CMYK Percentages of Color #f63bce

%0
%76
%16
%4

Triadic Colors of #f63bce

#f63bce #cef63b #3bcef6

Analogous Colors of #f63bce

#f63bce #f63b71 #c13bf6

Monochromatic Colors of #f63bce

#f63bce

Complementary Color

#f63bce #3bf663

#f63bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f63bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f63bce Color CSS Codes

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

#f63bce Text Font Color

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

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


#f63bce Background Color

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

This div background color is #f63bce


#f63bce Border Color

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

This div border color is #f63bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f63bce


Comments

No comments written yet.

Please login to write comment.