Color Hex Logo

#f63bec Color Hex

#F63BEC
(246,59,236)
0 Favorites   0 Comments

Color spaces of #f63bec

RGB 24659236
HSL0.840.910.60
HSV303°76°96°
CMYK 0.000.760.04   0.04
XYZ54.710328.776982.0278
Yxy28.77690.33050.1739
Hunter Lab53.644188.1706-53.1101
CIE-Lab60.584285.8192-49.9410

#f63bec color RGB value is (246,59,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00111011 11101100
Octal 366 73 354
Decimal 246 59 236
Hex F6 3B EC

RGB Percentages of Color #f63bec

%45.47
%10.91
%43.62

CMYK Percentages of Color #f63bec

%0
%76
%4
%4

Triadic Colors of #f63bec

#f63bec #ecf63b #3becf6

Analogous Colors of #f63bec

#f63bec #f63b8f #a33bf6

Monochromatic Colors of #f63bec

#f63bec

Complementary Color

#f63bec #3bf645

#f63bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f63bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f63bec Color CSS Codes

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

#f63bec Text Font Color

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

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


#f63bec Background Color

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

This div background color is #f63bec


#f63bec Border Color

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

This div border color is #f63bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f63bec


Comments

No comments written yet.

Please login to write comment.