Color Hex Logo

#f62dfb Color Hex

#F62DFB
(246,45,251)
0 Favorites   0 Comments

Color spaces of #f62dfb

RGB 24645251
HSL0.830.960.58
HSV299°82°98°
CMYK 0.020.820.00   0.02
XYZ56.357028.434693.7849
Yxy28.43460.31560.1592
Hunter Lab53.324195.3353-66.9507
CIE-Lab60.279491.2650-58.7760

#f62dfb color RGB value is (246,45,251).

#f62dfb hex color red value is 246, green value is 45 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f62dfb hue: 0.83 , saturation: 0.96 and the lightness value of f62dfb is 0.58.

The process color (four color CMYK) of #f62dfb color hex is 0.02, 0.82, 0.00, 0.02. Web safe color of #f62dfb is #ff33ff. Color #f62dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00101101 11111011
Octal 366 55 373
Decimal 246 45 251
Hex F6 2D FB

RGB Percentages of Color #f62dfb

%45.39
%8.30
%46.31

CMYK Percentages of Color #f62dfb

%2
%82
%0
%2

Triadic Colors of #f62dfb

#f62dfb #fbf62d #2dfbf6

Analogous Colors of #f62dfb

#f62dfb #fb2d99 #8f2dfb

Monochromatic Colors of #f62dfb

#f62dfb

Complementary Color

#f62dfb #32fb2d

#f62dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f62dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f62dfb Color CSS Codes

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

#f62dfb Text Font Color

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

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


#f62dfb Background Color

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

This div background color is #f62dfb


#f62dfb Border Color

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

This div border color is #f62dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f62dfb


Comments

No comments written yet.

Please login to write comment.