Color Hex Logo

#f94087 Color Hex

#F94087
(249,64,135)
0 Favorites   0 Comments

Color spaces of #f94087

RGB 24964135
HSL0.940.940.61
HSV337°74°98°
CMYK 0.000.740.46   0.02
XYZ45.273525.555825.4683
Yxy25.55580.47010.2654
Hunter Lab50.552771.39195.5168
CIE-Lab57.613073.18843.6908

#f94087 color RGB value is (249,64,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000000 10000111
Octal 371 100 207
Decimal 249 64 135
Hex F9 40 87

RGB Percentages of Color #f94087

%55.58
%14.29
%30.13

CMYK Percentages of Color #f94087

%0
%74
%46
%2

Triadic Colors of #f94087

#f94087 #87f940 #4087f9

Analogous Colors of #f94087

#f94087 #f95640 #f940e4

Monochromatic Colors of #f94087

#f94087

Complementary Color

#f94087 #40f9b2

#f94087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94087 Color CSS Codes

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

#f94087 Text Font Color

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

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


#f94087 Background Color

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

This div background color is #f94087


#f94087 Border Color

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

This div border color is #f94087


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,64,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 #f94087">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94087


Comments

No comments written yet.

Please login to write comment.