Color Hex Logo

#f048bd Color Hex

#F048BD
(240,72,189)
0 Favorites   0 Comments

Color spaces of #f048bd

RGB 24072189
HSL0.880.850.61
HSV318°70°94°
CMYK 0.000.700.21   0.06
XYZ47.437926.834150.8234
Yxy26.83410.37920.2145
Hunter Lab51.801672.8104-21.9092
CIE-Lab58.820574.1099-26.1419

#f048bd color RGB value is (240,72,189).

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

The process color (four color CMYK) of #f048bd color hex is 0.00, 0.70, 0.21, 0.06. Web safe color of #f048bd is #ff33cc. Color #f048bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001000 10111101
Octal 360 110 275
Decimal 240 72 189
Hex F0 48 BD

RGB Percentages of Color #f048bd

%47.90
%14.37
%37.72

CMYK Percentages of Color #f048bd

%0
%70
%21
%6

Triadic Colors of #f048bd

#f048bd #bdf048 #48bdf0

Analogous Colors of #f048bd

#f048bd #f04869 #cf48f0

Monochromatic Colors of #f048bd

#f048bd

Complementary Color

#f048bd #48f07b

#f048bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f048bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f048bd Color CSS Codes

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

#f048bd Text Font Color

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

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


#f048bd Background Color

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

This div background color is #f048bd


#f048bd Border Color

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

This div border color is #f048bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f048bd


Comments

No comments written yet.

Please login to write comment.