Color Hex Logo

#fb91db Color Hex

#FB91DB
(251,145,219)
0 Favorites   0 Comments

Color spaces of #fb91db

RGB 251145219
HSL0.880.930.78
HSV318°42°98°
CMYK 0.000.420.13   0.02
XYZ62.695245.874572.5681
Yxy45.87450.34610.2533
Hunter Lab67.730746.7005-16.1130
CIE-Lab73.464049.6257-20.4513

#fb91db color RGB value is (251,145,219).

#fb91db hex color red value is 251, green value is 145 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fb91db hue: 0.88 , saturation: 0.93 and the lightness value of fb91db is 0.78.

The process color (four color CMYK) of #fb91db color hex is 0.00, 0.42, 0.13, 0.02. Web safe color of #fb91db is #ff99cc. Color #fb91db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010001 11011011
Octal 373 221 333
Decimal 251 145 219
Hex FB 91 DB

RGB Percentages of Color #fb91db

%40.81
%23.58
%35.61

CMYK Percentages of Color #fb91db

%0
%42
%13
%2

Triadic Colors of #fb91db

#fb91db #dbfb91 #91dbfb

Analogous Colors of #fb91db

#fb91db #fb91a6 #e691fb

Monochromatic Colors of #fb91db

#fb91db

Complementary Color

#fb91db #91fbb1

#fb91db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb91db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb91db Color CSS Codes

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

#fb91db Text Font Color

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

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


#fb91db Background Color

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

This div background color is #fb91db


#fb91db Border Color

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

This div border color is #fb91db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb91db


Comments

No comments written yet.

Please login to write comment.