Color Hex Logo

#fb1bda Color Hex

#FB1BDA
(251,27,218)
0 Favorites   0 Comments

Color spaces of #fb1bda

RGB 25127218
HSL0.860.970.55
HSV309°89°98°
CMYK 0.000.890.13   0.02
XYZ52.830526.355168.6322
Yxy26.35510.35740.1783
Hunter Lab51.337293.8520-43.3281
CIE-Lab58.372690.5329-43.2537

#fb1bda color RGB value is (251,27,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00011011 11011010
Octal 373 33 332
Decimal 251 27 218
Hex FB 1B DA

RGB Percentages of Color #fb1bda

%50.60
%5.44
%43.95

CMYK Percentages of Color #fb1bda

%0
%89
%13
%2

Triadic Colors of #fb1bda

#fb1bda #dafb1b #1bdafb

Analogous Colors of #fb1bda

#fb1bda #fb1b6a #ac1bfb

Monochromatic Colors of #fb1bda

#fb1bda

Complementary Color

#fb1bda #1bfb3c

#fb1bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb1bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb1bda Color CSS Codes

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

#fb1bda Text Font Color

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

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


#fb1bda Background Color

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

This div background color is #fb1bda


#fb1bda Border Color

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

This div border color is #fb1bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb1bda


Comments

No comments written yet.

Please login to write comment.