Color Hex Logo

#f94780 Color Hex

#F94780
(249,71,128)
0 Favorites   0 Comments

Color spaces of #f94780

RGB 24971128
HSL0.950.940.63
HSV341°71°98°
CMYK 0.000.710.49   0.02
XYZ45.216426.204723.0969
Yxy26.20470.47840.2772
Hunter Lab51.190568.08509.0820
CIE-Lab58.230870.36108.7060

#f94780 color RGB value is (249,71,128).

#f94780 hex color red value is 249, green value is 71 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #f94780 hue: 0.95 , saturation: 0.94 and the lightness value of f94780 is 0.63.

The process color (four color CMYK) of #f94780 color hex is 0.00, 0.71, 0.49, 0.02. Web safe color of #f94780 is #ff3399. Color #f94780 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000111 10000000
Octal 371 107 200
Decimal 249 71 128
Hex F9 47 80

RGB Percentages of Color #f94780

%55.58
%15.85
%28.57

CMYK Percentages of Color #f94780

%0
%71
%49
%2

Triadic Colors of #f94780

#f94780 #80f947 #4780f9

Analogous Colors of #f94780

#f94780 #f96747 #f947d9

Monochromatic Colors of #f94780

#f94780

Complementary Color

#f94780 #47f9c0

#f94780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94780 Color CSS Codes

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

#f94780 Text Font Color

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

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


#f94780 Background Color

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

This div background color is #f94780


#f94780 Border Color

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

This div border color is #f94780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94780

Related Colors


Comments

No comments written yet.

Please login to write comment.