Color Hex Logo

#f04886 Color Hex

#F04886
(240,72,134)
0 Favorites   0 Comments

Color spaces of #f04886

RGB 24072134
HSL0.940.850.61
HSV338°70°94°
CMYK 0.000.700.44   0.06
XYZ42.555624.881225.1139
Yxy24.88120.45980.2688
Hunter Lab49.881164.99395.0657
CIE-Lab56.959568.02943.1383

#f04886 color RGB value is (240,72,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001000 10000110
Octal 360 110 206
Decimal 240 72 134
Hex F0 48 86

RGB Percentages of Color #f04886

%53.81
%16.14
%30.04

CMYK Percentages of Color #f04886

%0
%70
%44
%6

Triadic Colors of #f04886

#f04886 #86f048 #4886f0

Analogous Colors of #f04886

#f04886 #f05e48 #f048da

Monochromatic Colors of #f04886

#f04886

Complementary Color

#f04886 #48f0b2

#f04886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04886 Color CSS Codes

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

#f04886 Text Font Color

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

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


#f04886 Background Color

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

This div background color is #f04886


#f04886 Border Color

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

This div border color is #f04886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04886


Comments

No comments written yet.

Please login to write comment.