Color Hex Logo

#f63fdb Color Hex

#F63FDB
(246,63,219)
0 Favorites   0 Comments

Color spaces of #f63fdb

RGB 24663219
HSL0.860.910.61
HSV309°74°96°
CMYK 0.000.740.11   0.04
XYZ52.569728.262369.7023
Yxy28.26230.34920.1877
Hunter Lab53.162383.4762-40.5229
CIE-Lab60.125082.3019-41.1190

#f63fdb color RGB value is (246,63,219).

#f63fdb hex color red value is 246, green value is 63 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f63fdb hue: 0.86 , saturation: 0.91 and the lightness value of f63fdb is 0.61.

The process color (four color CMYK) of #f63fdb color hex is 0.00, 0.74, 0.11, 0.04. Web safe color of #f63fdb is #ff33cc. Color #f63fdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00111111 11011011
Octal 366 77 333
Decimal 246 63 219
Hex F6 3F DB

RGB Percentages of Color #f63fdb

%46.59
%11.93
%41.48

CMYK Percentages of Color #f63fdb

%0
%74
%11
%4

Triadic Colors of #f63fdb

#f63fdb #dbf63f #3fdbf6

Analogous Colors of #f63fdb

#f63fdb #f63f80 #b63ff6

Monochromatic Colors of #f63fdb

#f63fdb

Complementary Color

#f63fdb #3ff65a

#f63fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f63fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f63fdb Color CSS Codes

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

#f63fdb Text Font Color

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

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


#f63fdb Background Color

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

This div background color is #f63fdb


#f63fdb Border Color

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

This div border color is #f63fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f63fdb


Comments

No comments written yet.

Please login to write comment.