Color Hex Logo

#f64dbe Color Hex

#F64DBE
(246,77,190)
0 Favorites   0 Comments

Color spaces of #f64dbe

RGB 24677190
HSL0.890.900.63
HSV320°69°96°
CMYK 0.000.690.23   0.04
XYZ49.954228.618351.6062
Yxy28.61830.38370.2198
Hunter Lab53.496173.0637-19.7482
CIE-Lab60.443374.0072-24.1364

#f64dbe color RGB value is (246,77,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01001101 10111110
Octal 366 115 276
Decimal 246 77 190
Hex F6 4D BE

RGB Percentages of Color #f64dbe

%47.95
%15.01
%37.04

CMYK Percentages of Color #f64dbe

%0
%69
%23
%4

Triadic Colors of #f64dbe

#f64dbe #bef64d #4dbef6

Analogous Colors of #f64dbe

#f64dbe #f64d6a #da4df6

Monochromatic Colors of #f64dbe

#f64dbe

Complementary Color

#f64dbe #4df685

#f64dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64dbe Color CSS Codes

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

#f64dbe Text Font Color

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

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


#f64dbe Background Color

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

This div background color is #f64dbe


#f64dbe Border Color

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

This div border color is #f64dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64dbe


Comments

No comments written yet.

Please login to write comment.