Color Hex Logo

#f65bee Color Hex

#F65BEE
(246,91,238)
0 Favorites   0 Comments

Color spaces of #f65bee

RGB 24691238
HSL0.840.900.66
HSV303°63°96°
CMYK 0.000.630.03   0.04
XYZ57.179733.248084.2927
Yxy33.24800.32730.1903
Hunter Lab57.661176.1029-46.3112
CIE-Lab64.361275.7049-45.0887

#f65bee color RGB value is (246,91,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011011 11101110
Octal 366 133 356
Decimal 246 91 238
Hex F6 5B EE

RGB Percentages of Color #f65bee

%42.78
%15.83
%41.39

CMYK Percentages of Color #f65bee

%0
%63
%3
%4

Triadic Colors of #f65bee

#f65bee #eef65b #5beef6

Analogous Colors of #f65bee

#f65bee #f65ba1 #b15bf6

Monochromatic Colors of #f65bee

#f65bee

Complementary Color

#f65bee #5bf663

#f65bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65bee Color CSS Codes

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

#f65bee Text Font Color

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

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


#f65bee Background Color

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

This div background color is #f65bee


#f65bee Border Color

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

This div border color is #f65bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65bee


Comments

No comments written yet.

Please login to write comment.