Color Hex Logo

#f64dbf Color Hex

#F64DBF
(246,77,191)
0 Favorites   0 Comments

Color spaces of #f64dbf

RGB 24677191
HSL0.890.900.63
HSV320°69°96°
CMYK 0.000.690.22   0.04
XYZ50.063928.662252.1839
Yxy28.66220.38240.2189
Hunter Lab53.537173.2300-20.3154
CIE-Lab60.482374.1339-24.6487

#f64dbf color RGB value is (246,77,191).

#f64dbf hex color red value is 246, green value is 77 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f64dbf hue: 0.89 , saturation: 0.90 and the lightness value of f64dbf is 0.63.

The process color (four color CMYK) of #f64dbf color hex is 0.00, 0.69, 0.22, 0.04. Web safe color of #f64dbf is #ff66cc. Color #f64dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01001101 10111111
Octal 366 115 277
Decimal 246 77 191
Hex F6 4D BF

RGB Percentages of Color #f64dbf

%47.86
%14.98
%37.16

CMYK Percentages of Color #f64dbf

%0
%69
%22
%4

Triadic Colors of #f64dbf

#f64dbf #bff64d #4dbff6

Analogous Colors of #f64dbf

#f64dbf #f64d6b #d94df6

Monochromatic Colors of #f64dbf

#f64dbf

Complementary Color

#f64dbf #4df684

#f64dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64dbf Color CSS Codes

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

#f64dbf Text Font Color

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

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


#f64dbf Background Color

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

This div background color is #f64dbf


#f64dbf Border Color

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

This div border color is #f64dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64dbf


Comments

No comments written yet.

Please login to write comment.