Color Hex Logo

#f640bd Color Hex

#F640BD
(246,64,189)
0 Favorites   0 Comments

Color spaces of #f640bd

RGB 24664189
HSL0.890.910.61
HSV319°74°96°
CMYK 0.000.740.23   0.04
XYZ49.024726.933750.7590
Yxy26.93370.38690.2125
Hunter Lab51.897777.7975-21.6607
CIE-Lab58.912978.0852-25.9169

#f640bd color RGB value is (246,64,189).

#f640bd hex color red value is 246, green value is 64 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f640bd hue: 0.89 , saturation: 0.91 and the lightness value of f640bd is 0.61.

The process color (four color CMYK) of #f640bd color hex is 0.00, 0.74, 0.23, 0.04. Web safe color of #f640bd is #ff33cc. Color #f640bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000000 10111101
Octal 366 100 275
Decimal 246 64 189
Hex F6 40 BD

RGB Percentages of Color #f640bd

%49.30
%12.83
%37.88

CMYK Percentages of Color #f640bd

%0
%74
%23
%4

Triadic Colors of #f640bd

#f640bd #bdf640 #40bdf6

Analogous Colors of #f640bd

#f640bd #f64062 #d440f6

Monochromatic Colors of #f640bd

#f640bd

Complementary Color

#f640bd #40f679

#f640bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f640bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f640bd Color CSS Codes

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

#f640bd Text Font Color

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

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


#f640bd Background Color

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

This div background color is #f640bd


#f640bd Border Color

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

This div border color is #f640bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f640bd


Comments

No comments written yet.

Please login to write comment.