Color Hex Logo

#f106bc Color Hex

#F106BC
(241,6,188)
0 Favorites   0 Comments

Color spaces of #f106bc

RGB 2416188
HSL0.870.950.48
HSV314°98°95°
CMYK 0.000.980.22   0.05
XYZ45.417922.461949.5187
Yxy22.46190.38690.1913
Hunter Lab47.394088.1180-28.7722
CIE-Lab54.513786.9621-32.2282

#f106bc color RGB value is (241,6,188).

#f106bc hex color red value is 241, green value is 6 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f106bc hue: 0.87 , saturation: 0.95 and the lightness value of f106bc is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00000110 10111100
Octal 361 6 274
Decimal 241 6 188
Hex F1 6 BC

RGB Percentages of Color #f106bc

%55.40
%1.38
%43.22

CMYK Percentages of Color #f106bc

%0
%98
%22
%5

Triadic Colors of #f106bc

#f106bc #bcf106 #06bcf1

Analogous Colors of #f106bc

#f106bc #f10646 #b106f1

Monochromatic Colors of #f106bc

#f106bc

Complementary Color

#f106bc #06f13b

#f106bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f106bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f106bc Color CSS Codes

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

#f106bc Text Font Color

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

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


#f106bc Background Color

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

This div background color is #f106bc


#f106bc Border Color

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

This div border color is #f106bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,6,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f106bc


Comments

No comments written yet.

Please login to write comment.