Color Hex Logo

#f64786 Color Hex

#F64786
(246,71,134)
0 Favorites   0 Comments

Color spaces of #f64786

RGB 24671134
HSL0.940.910.62
HSV338°71°96°
CMYK 0.000.710.46   0.04
XYZ44.562425.820525.1894
Yxy25.82050.46630.2702
Hunter Lab50.813967.61546.1785
CIE-Lab57.866370.04144.5790

#f64786 color RGB value is (246,71,134).

#f64786 hex color red value is 246, green value is 71 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #f64786 hue: 0.94 , saturation: 0.91 and the lightness value of f64786 is 0.62.

The process color (four color CMYK) of #f64786 color hex is 0.00, 0.71, 0.46, 0.04. Web safe color of #f64786 is #ff3399. Color #f64786 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000111 10000110
Octal 366 107 206
Decimal 246 71 134
Hex F6 47 86

RGB Percentages of Color #f64786

%54.55
%15.74
%29.71

CMYK Percentages of Color #f64786

%0
%71
%46
%4

Triadic Colors of #f64786

#f64786 #86f647 #4786f6

Analogous Colors of #f64786

#f64786 #f66047 #f647de

Monochromatic Colors of #f64786

#f64786

Complementary Color

#f64786 #47f6b7

#f64786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64786 Color CSS Codes

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

#f64786 Text Font Color

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

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


#f64786 Background Color

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

This div background color is #f64786


#f64786 Border Color

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

This div border color is #f64786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64786


Comments

No comments written yet.

Please login to write comment.