Color Hex Logo

#f04fbd Color Hex

#F04FBD
(240,79,189)
0 Favorites   0 Comments

Color spaces of #f04fbd

RGB 24079189
HSL0.890.840.63
HSV319°67°94°
CMYK 0.000.670.21   0.06
XYZ47.916527.791450.9829
Yxy27.79140.37820.2194
Hunter Lab52.717569.9881-20.4368
CIE-Lab59.699871.6489-24.7879

#f04fbd color RGB value is (240,79,189).

#f04fbd hex color red value is 240, green value is 79 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f04fbd hue: 0.89 , saturation: 0.84 and the lightness value of f04fbd is 0.63.

The process color (four color CMYK) of #f04fbd color hex is 0.00, 0.67, 0.21, 0.06. Web safe color of #f04fbd is #ff66cc. Color #f04fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001111 10111101
Octal 360 117 275
Decimal 240 79 189
Hex F0 4F BD

RGB Percentages of Color #f04fbd

%47.24
%15.55
%37.20

CMYK Percentages of Color #f04fbd

%0
%67
%21
%6

Triadic Colors of #f04fbd

#f04fbd #bdf04f #4fbdf0

Analogous Colors of #f04fbd

#f04fbd #f04f6d #d34ff0

Monochromatic Colors of #f04fbd

#f04fbd

Complementary Color

#f04fbd #4ff082

#f04fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04fbd Color CSS Codes

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

#f04fbd Text Font Color

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

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


#f04fbd Background Color

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

This div background color is #f04fbd


#f04fbd Border Color

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

This div border color is #f04fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04fbd


Comments

No comments written yet.

Please login to write comment.