Color Hex Logo

#f106db Color Hex

#F106DB
(241,6,219)
0 Favorites   0 Comments

Color spaces of #f106db

RGB 2416219
HSL0.850.950.48
HSV306°98°95°
CMYK 0.000.980.09   0.05
XYZ49.126923.945569.0505
Yxy23.94550.34570.1685
Hunter Lab48.934193.5684-49.4097
CIE-Lab56.033290.7762-47.6348

#f106db color RGB value is (241,6,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00000110 11011011
Octal 361 6 333
Decimal 241 6 219
Hex F1 6 DB

RGB Percentages of Color #f106db

%51.72
%1.29
%47.00

CMYK Percentages of Color #f106db

%0
%98
%9
%5

Triadic Colors of #f106db

#f106db #dbf106 #06dbf1

Analogous Colors of #f106db

#f106db #f10666 #9206f1

Monochromatic Colors of #f106db

#f106db

Complementary Color

#f106db #06f11c

#f106db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f106db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f106db Color CSS Codes

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

#f106db Text Font Color

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

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


#f106db Background Color

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

This div background color is #f106db


#f106db Border Color

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

This div border color is #f106db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f106db


Comments

No comments written yet.

Please login to write comment.