Color Hex Logo

#f110db Color Hex

#F110DB
(241,16,219)
0 Favorites   0 Comments

Color spaces of #f110db

RGB 24116219
HSL0.850.890.50
HSV306°93°95°
CMYK 0.000.930.09   0.05
XYZ49.247124.185869.0906
Yxy24.18580.34550.1697
Hunter Lab49.179192.6836-48.8699
CIE-Lab56.273390.0681-47.2540

#f110db color RGB value is (241,16,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00010000 11011011
Octal 361 20 333
Decimal 241 16 219
Hex F1 10 DB

RGB Percentages of Color #f110db

%50.63
%3.36
%46.01

CMYK Percentages of Color #f110db

%0
%93
%9
%5

Triadic Colors of #f110db

#f110db #dbf110 #10dbf1

Analogous Colors of #f110db

#f110db #f1106b #9710f1

Monochromatic Colors of #f110db

#f110db

Complementary Color

#f110db #10f126

#f110db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f110db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f110db Color CSS Codes

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

#f110db Text Font Color

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

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


#f110db Background Color

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

This div background color is #f110db


#f110db Border Color

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

This div border color is #f110db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f110db


Comments

No comments written yet.

Please login to write comment.