Color Hex Logo

#f65bef Color Hex

#F65BEF
(246,91,239)
0 Favorites   0 Comments

Color spaces of #f65bef

RGB 24691239
HSL0.840.900.66
HSV303°63°96°
CMYK 0.000.630.03   0.04
XYZ57.327133.307085.0688
Yxy33.30700.32630.1896
Hunter Lab57.712276.3125-46.9959
CIE-Lab64.408775.8625-45.5687

#f65bef color RGB value is (246,91,239).

#f65bef hex color red value is 246, green value is 91 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f65bef hue: 0.84 , saturation: 0.90 and the lightness value of f65bef is 0.66.

The process color (four color CMYK) of #f65bef color hex is 0.00, 0.63, 0.03, 0.04. Web safe color of #f65bef is #ff66ff. Color #f65bef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011011 11101111
Octal 366 133 357
Decimal 246 91 239
Hex F6 5B EF

RGB Percentages of Color #f65bef

%42.71
%15.80
%41.49

CMYK Percentages of Color #f65bef

%0
%63
%3
%4

Triadic Colors of #f65bef

#f65bef #eff65b #5beff6

Analogous Colors of #f65bef

#f65bef #f65ba2 #b05bf6

Monochromatic Colors of #f65bef

#f65bef

Complementary Color

#f65bef #5bf662

#f65bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65bef Color CSS Codes

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

#f65bef Text Font Color

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

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


#f65bef Background Color

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

This div background color is #f65bef


#f65bef Border Color

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

This div border color is #f65bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65bef


Comments

No comments written yet.

Please login to write comment.