Color Hex Logo

#f11bdb Color Hex

#F11BDB
(241,27,219)
0 Favorites   0 Comments

Color spaces of #f11bdb

RGB 24127219
HSL0.850.880.53
HSV306°89°95°
CMYK 0.000.890.09   0.05
XYZ49.453724.599169.1594
Yxy24.59910.34530.1718
Hunter Lab49.597591.1870-47.9565
CIE-Lab56.682788.8644-46.6053

#f11bdb color RGB value is (241,27,219).

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

The process color (four color CMYK) of #f11bdb color hex is 0.00, 0.89, 0.09, 0.05. Web safe color of #f11bdb is #ff33cc. Color #f11bdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00011011 11011011
Octal 361 33 333
Decimal 241 27 219
Hex F1 1B DB

RGB Percentages of Color #f11bdb

%49.49
%5.54
%44.97

CMYK Percentages of Color #f11bdb

%0
%89
%9
%5

Triadic Colors of #f11bdb

#f11bdb #dbf11b #1bdbf1

Analogous Colors of #f11bdb

#f11bdb #f11b70 #9c1bf1

Monochromatic Colors of #f11bdb

#f11bdb

Complementary Color

#f11bdb #1bf131

#f11bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f11bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f11bdb Color CSS Codes

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

#f11bdb Text Font Color

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

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


#f11bdb Background Color

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

This div background color is #f11bdb


#f11bdb Border Color

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

This div border color is #f11bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f11bdb


Comments

No comments written yet.

Please login to write comment.