Color Hex Logo

#f64685 Color Hex

#F64685
(246,70,133)
0 Favorites   0 Comments

Color spaces of #f64685

RGB 24670133
HSL0.940.910.62
HSV339°72°96°
CMYK 0.000.720.46   0.04
XYZ44.429825.666624.8027
Yxy25.66660.46820.2705
Hunter Lab50.662267.88226.4369
CIE-Lab57.719270.28964.9569

#f64685 color RGB value is (246,70,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000110 10000101
Octal 366 106 205
Decimal 246 70 133
Hex F6 46 85

RGB Percentages of Color #f64685

%54.79
%15.59
%29.62

CMYK Percentages of Color #f64685

%0
%72
%46
%4

Triadic Colors of #f64685

#f64685 #85f646 #4685f6

Analogous Colors of #f64685

#f64685 #f65f46 #f646dd

Monochromatic Colors of #f64685

#f64685

Complementary Color

#f64685 #46f6b7

#f64685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64685 Color CSS Codes

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

#f64685 Text Font Color

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

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


#f64685 Background Color

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

This div background color is #f64685


#f64685 Border Color

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

This div border color is #f64685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64685


Comments

No comments written yet.

Please login to write comment.