Color Hex Logo

#f109bd Color Hex

#F109BD
(241,9,189)
0 Favorites   0 Comments

Color spaces of #f109bd

RGB 2419189
HSL0.870.930.49
HSV313°96°95°
CMYK 0.000.960.22   0.05
XYZ45.558622.570350.0994
Yxy22.57030.38530.1909
Hunter Lab47.508288.0355-29.2680
CIE-Lab54.626986.8772-32.6318

#f109bd color RGB value is (241,9,189).

#f109bd hex color red value is 241, green value is 9 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f109bd hue: 0.87 , saturation: 0.93 and the lightness value of f109bd is 0.49.

The process color (four color CMYK) of #f109bd color hex is 0.00, 0.96, 0.22, 0.05. Web safe color of #f109bd is #ff00cc. Color #f109bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00001001 10111101
Octal 361 11 275
Decimal 241 9 189
Hex F1 9 BD

RGB Percentages of Color #f109bd

%54.90
%2.05
%43.05

CMYK Percentages of Color #f109bd

%0
%96
%22
%5

Triadic Colors of #f109bd

#f109bd #bdf109 #09bdf1

Analogous Colors of #f109bd

#f109bd #f10949 #b109f1

Monochromatic Colors of #f109bd

#f109bd

Complementary Color

#f109bd #09f13d

#f109bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f109bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f109bd Color CSS Codes

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

#f109bd Text Font Color

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

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


#f109bd Background Color

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

This div background color is #f109bd


#f109bd Border Color

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

This div border color is #f109bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f109bd

#f109bd Color Palettes


Comments

No comments written yet.

Please login to write comment.