Color Hex Logo

#f65bfb Color Hex

#F65BFB
(246,91,251)
0 Favorites   0 Comments

Color spaces of #f65bfb

RGB 24691251
HSL0.830.950.67
HSV298°64°98°
CMYK 0.020.640.00   0.02
XYZ59.159734.040094.7191
Yxy34.04000.31480.1811
Hunter Lab58.343878.8945-55.4145
CIE-Lab64.994377.7929-51.2766

#f65bfb color RGB value is (246,91,251).

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

The process color (four color CMYK) of #f65bfb color hex is 0.02, 0.64, 0.00, 0.02. Web safe color of #f65bfb is #ff66ff. Color #f65bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011011 11111011
Octal 366 133 373
Decimal 246 91 251
Hex F6 5B FB

RGB Percentages of Color #f65bfb

%41.84
%15.48
%42.69

CMYK Percentages of Color #f65bfb

%2
%64
%0
%2

Triadic Colors of #f65bfb

#f65bfb #fbf65b #5bfbf6

Analogous Colors of #f65bfb

#f65bfb #fb5bb0 #a65bfb

Monochromatic Colors of #f65bfb

#f65bfb

Complementary Color

#f65bfb #60fb5b

#f65bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65bfb Color CSS Codes

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

#f65bfb Text Font Color

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

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


#f65bfb Background Color

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

This div background color is #f65bfb


#f65bfb Border Color

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

This div border color is #f65bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.