Color Hex Logo

#f121bd Color Hex

#F121BD
(241,33,189)
0 Favorites   0 Comments

Color spaces of #f121bd

RGB 24133189
HSL0.880.880.54
HSV315°86°95°
CMYK 0.000.860.22   0.05
XYZ46.004823.462650.2481
Yxy23.46260.38430.1960
Hunter Lab48.438284.7658-27.5986
CIE-Lab55.545784.1905-31.2004

#f121bd color RGB value is (241,33,189).

#f121bd hex color red value is 241, green value is 33 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f121bd hue: 0.88 , saturation: 0.88 and the lightness value of f121bd is 0.54.

The process color (four color CMYK) of #f121bd color hex is 0.00, 0.86, 0.22, 0.05. Web safe color of #f121bd is #ff33cc. Color #f121bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00100001 10111101
Octal 361 41 275
Decimal 241 33 189
Hex F1 21 BD

RGB Percentages of Color #f121bd

%52.05
%7.13
%40.82

CMYK Percentages of Color #f121bd

%0
%86
%22
%5

Triadic Colors of #f121bd

#f121bd #bdf121 #21bdf1

Analogous Colors of #f121bd

#f121bd #f12155 #bd21f1

Monochromatic Colors of #f121bd

#f121bd

Complementary Color

#f121bd #21f155

#f121bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f121bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f121bd Color CSS Codes

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

#f121bd Text Font Color

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

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


#f121bd Background Color

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

This div background color is #f121bd


#f121bd Border Color

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

This div border color is #f121bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f121bd


Comments

No comments written yet.

Please login to write comment.