Color Hex Logo

#fb1dbe Color Hex

#FB1DBE
(251,29,190)
0 Favorites   0 Comments

Color spaces of #fb1dbe

RGB 25129190
HSL0.880.970.55
HSV316°88°98°
CMYK 0.000.880.24   0.02
XYZ49.517325.105750.9512
Yxy25.10570.39430.1999
Hunter Lab50.105688.7195-25.2167
CIE-Lab57.178386.9007-29.1032

#fb1dbe color RGB value is (251,29,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00011101 10111110
Octal 373 35 276
Decimal 251 29 190
Hex FB 1D BE

RGB Percentages of Color #fb1dbe

%53.40
%6.17
%40.43

CMYK Percentages of Color #fb1dbe

%0
%88
%24
%2

Triadic Colors of #fb1dbe

#fb1dbe #befb1d #1dbefb

Analogous Colors of #fb1dbe

#fb1dbe #fb1d4f #c91dfb

Monochromatic Colors of #fb1dbe

#fb1dbe

Complementary Color

#fb1dbe #1dfb5a

#fb1dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb1dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb1dbe Color CSS Codes

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

#fb1dbe Text Font Color

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

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


#fb1dbe Background Color

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

This div background color is #fb1dbe


#fb1dbe Border Color

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

This div border color is #fb1dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb1dbe


Comments

No comments written yet.

Please login to write comment.