Color Hex Logo

#f62afb Color Hex

#F62AFB
(246,42,251)
0 Favorites   0 Comments

Color spaces of #f62afb

RGB 24642251
HSL0.830.960.57
HSV299°83°98°
CMYK 0.020.830.00   0.02
XYZ56.246628.213893.7481
Yxy28.21380.31560.1583
Hunter Lab53.116796.0641-67.4620
CIE-Lab60.081491.8438-59.0925

#f62afb color RGB value is (246,42,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00101010 11111011
Octal 366 52 373
Decimal 246 42 251
Hex F6 2A FB

RGB Percentages of Color #f62afb

%45.64
%7.79
%46.57

CMYK Percentages of Color #f62afb

%2
%83
%0
%2

Triadic Colors of #f62afb

#f62afb #fbf62a #2afbf6

Analogous Colors of #f62afb

#f62afb #fb2a98 #8e2afb

Monochromatic Colors of #f62afb

#f62afb

Complementary Color

#f62afb #2ffb2a

#f62afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f62afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f62afb Color CSS Codes

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

#f62afb Text Font Color

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

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


#f62afb Background Color

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

This div background color is #f62afb


#f62afb Border Color

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

This div border color is #f62afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f62afb

Related Colors


Comments

No comments written yet.

Please login to write comment.