Color Hex Logo

#f64688 Color Hex

#F64688
(246,70,136)
0 Favorites   0 Comments

Color spaces of #f64688

RGB 24670136
HSL0.940.910.62
HSV338°72°96°
CMYK 0.000.720.45   0.04
XYZ44.640125.750725.9101
Yxy25.75070.46350.2674
Hunter Lab50.745168.22105.2486
CIE-Lab57.799770.55423.3042

#f64688 color RGB value is (246,70,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01000110 10001000
Octal 366 106 210
Decimal 246 70 136
Hex F6 46 88

RGB Percentages of Color #f64688

%54.42
%15.49
%30.09

CMYK Percentages of Color #f64688

%0
%72
%45
%4

Triadic Colors of #f64688

#f64688 #88f646 #4688f6

Analogous Colors of #f64688

#f64688 #f65c46 #f646e0

Monochromatic Colors of #f64688

#f64688

Complementary Color

#f64688 #46f6b4

#f64688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f64688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f64688 Color CSS Codes

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

#f64688 Text Font Color

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

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


#f64688 Background Color

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

This div background color is #f64688


#f64688 Border Color

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

This div border color is #f64688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f64688


Comments

No comments written yet.

Please login to write comment.