Color Hex Logo

#f64afb Color Hex

#F64AFB
(246,74,251)
0 Favorites   0 Comments

Color spaces of #f64afb

RGB 24674251
HSL0.830.960.64
HSV298°71°98°
CMYK 0.020.710.00   0.02
XYZ57.867431.455494.2883
Yxy31.45540.31520.1713
Hunter Lab56.085186.0235-60.4167
CIE-Lab62.890283.7309-54.6145

#f64afb color RGB value is (246,74,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01001010 11111011
Octal 366 112 373
Decimal 246 74 251
Hex F6 4A FB

RGB Percentages of Color #f64afb

%43.08
%12.96
%43.96

CMYK Percentages of Color #f64afb

%2
%71
%0
%2

Triadic Colors of #f64afb

#f64afb #fbf64a #4afbf6

Analogous Colors of #f64afb

#f64afb #fb4aa8 #9e4afb

Monochromatic Colors of #f64afb

#f64afb

Complementary Color

#f64afb #4ffb4a

#f64afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64afb Color CSS Codes

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

#f64afb Text Font Color

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

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


#f64afb Background Color

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

This div background color is #f64afb


#f64afb Border Color

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

This div border color is #f64afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64afb

Related Colors


Comments

No comments written yet.

Please login to write comment.