Color Hex Logo

#f94687 Color Hex

#F94687
(249,70,135)
0 Favorites   0 Comments

Color spaces of #f94687

RGB 24970135
HSL0.940.940.63
HSV338°72°98°
CMYK 0.000.720.46   0.02
XYZ45.630326.269325.5872
Yxy26.26930.46810.2695
Hunter Lab51.253669.22216.2783
CIE-Lab58.291871.28574.6697

#f94687 color RGB value is (249,70,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000110 10000111
Octal 371 106 207
Decimal 249 70 135
Hex F9 46 87

RGB Percentages of Color #f94687

%54.85
%15.42
%29.74

CMYK Percentages of Color #f94687

%0
%72
%46
%2

Triadic Colors of #f94687

#f94687 #87f946 #4687f9

Analogous Colors of #f94687

#f94687 #f95f46 #f946e1

Monochromatic Colors of #f94687

#f94687

Complementary Color

#f94687 #46f9b8

#f94687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94687 Color CSS Codes

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

#f94687 Text Font Color

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

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


#f94687 Background Color

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

This div background color is #f94687


#f94687 Border Color

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

This div border color is #f94687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94687


Comments

No comments written yet.

Please login to write comment.