Color Hex Logo

#fb1dbc Color Hex

#FB1DBC
(251,29,188)
0 Favorites   0 Comments

Color spaces of #fb1dbc

RGB 25129188
HSL0.880.970.55
HSV317°88°98°
CMYK 0.000.880.25   0.02
XYZ49.300125.018849.8077
Yxy25.01880.39720.2016
Hunter Lab50.018888.4023-24.0266
CIE-Lab57.093786.6759-28.0785

#fb1dbc color RGB value is (251,29,188).

#fb1dbc hex color red value is 251, green value is 29 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fb1dbc hue: 0.88 , saturation: 0.97 and the lightness value of fb1dbc is 0.55.

The process color (four color CMYK) of #fb1dbc color hex is 0.00, 0.88, 0.25, 0.02. Web safe color of #fb1dbc is #ff33cc. Color #fb1dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00011101 10111100
Octal 373 35 274
Decimal 251 29 188
Hex FB 1D BC

RGB Percentages of Color #fb1dbc

%53.63
%6.20
%40.17

CMYK Percentages of Color #fb1dbc

%0
%88
%25
%2

Triadic Colors of #fb1dbc

#fb1dbc #bcfb1d #1dbcfb

Analogous Colors of #fb1dbc

#fb1dbc #fb1d4d #cb1dfb

Monochromatic Colors of #fb1dbc

#fb1dbc

Complementary Color

#fb1dbc #1dfb5c

#fb1dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb1dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb1dbc Color CSS Codes

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

#fb1dbc Text Font Color

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

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


#fb1dbc Background Color

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

This div background color is #fb1dbc


#fb1dbc Border Color

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

This div border color is #fb1dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,29,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb1dbc


Comments

No comments written yet.

Please login to write comment.