Color Hex Logo

#fb41db Color Hex

#FB41DB
(251,65,219)
0 Favorites   0 Comments

Color spaces of #fb41db

RGB 25165219
HSL0.860.960.62
HSV310°74°98°
CMYK 0.000.740.13   0.02
XYZ54.460129.404369.8231
Yxy29.40430.35440.1913
Hunter Lab54.225784.3765-38.3860
CIE-Lab61.136882.8024-39.4740

#fb41db color RGB value is (251,65,219).

#fb41db hex color red value is 251, green value is 65 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fb41db hue: 0.86 , saturation: 0.96 and the lightness value of fb41db is 0.62.

The process color (four color CMYK) of #fb41db color hex is 0.00, 0.74, 0.13, 0.02. Web safe color of #fb41db is #ff33cc. Color #fb41db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000001 11011011
Octal 373 101 333
Decimal 251 65 219
Hex FB 41 DB

RGB Percentages of Color #fb41db

%46.92
%12.15
%40.93

CMYK Percentages of Color #fb41db

%0
%74
%13
%2

Triadic Colors of #fb41db

#fb41db #dbfb41 #41dbfb

Analogous Colors of #fb41db

#fb41db #fb417e #be41fb

Monochromatic Colors of #fb41db

#fb41db

Complementary Color

#fb41db #41fb61

#fb41db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb41db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb41db Color CSS Codes

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

#fb41db Text Font Color

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

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


#fb41db Background Color

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

This div background color is #fb41db


#fb41db Border Color

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

This div border color is #fb41db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb41db


Comments

No comments written yet.

Please login to write comment.