Color Hex Logo

#f04989 Color Hex

#F04989
(240,73,137)
0 Favorites   0 Comments

Color spaces of #f04989

RGB 24073137
HSL0.940.850.61
HSV337°70°94°
CMYK 0.000.700.43   0.06
XYZ42.833125.096526.2535
Yxy25.09650.45480.2665
Hunter Lab50.096464.95123.9960
CIE-Lab57.169367.95461.6723

#f04989 color RGB value is (240,73,137).

#f04989 hex color red value is 240, green value is 73 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #f04989 hue: 0.94 , saturation: 0.85 and the lightness value of f04989 is 0.61.

The process color (four color CMYK) of #f04989 color hex is 0.00, 0.70, 0.43, 0.06. Web safe color of #f04989 is #ff3399. Color #f04989 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001001 10001001
Octal 360 111 211
Decimal 240 73 137
Hex F0 49 89

RGB Percentages of Color #f04989

%53.33
%16.22
%30.44

CMYK Percentages of Color #f04989

%0
%70
%43
%6

Triadic Colors of #f04989

#f04989 #89f049 #4989f0

Analogous Colors of #f04989

#f04989 #f05d49 #f049dd

Monochromatic Colors of #f04989

#f04989

Complementary Color

#f04989 #49f0b0

#f04989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04989 Color CSS Codes

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

#f04989 Text Font Color

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

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


#f04989 Background Color

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

This div background color is #f04989


#f04989 Border Color

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

This div border color is #f04989


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,73,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f04989; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f04989;
  -webkit-box-shadow: 1px 1px 3px 2px #f04989;
  box-shadow:         1px 1px 3px 2px #f04989; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,73,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04989


Comments

No comments written yet.

Please login to write comment.