Color Hex Logo

#fb1cbd Color Hex

#FB1CBD
(251,28,189)
0 Favorites   0 Comments

Color spaces of #fb1cbd

RGB 25128189
HSL0.880.970.55
HSV317°89°98°
CMYK 0.000.890.25   0.02
XYZ49.384225.013950.3694
Yxy25.01390.39580.2005
Hunter Lab50.013988.7283-24.7017
CIE-Lab57.089086.9248-28.6639

#fb1cbd color RGB value is (251,28,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00011100 10111101
Octal 373 34 275
Decimal 251 28 189
Hex FB 1C BD

RGB Percentages of Color #fb1cbd

%53.63
%5.98
%40.38

CMYK Percentages of Color #fb1cbd

%0
%89
%25
%2

Triadic Colors of #fb1cbd

#fb1cbd #bdfb1c #1cbdfb

Analogous Colors of #fb1cbd

#fb1cbd #fb1c4e #ca1cfb

Monochromatic Colors of #fb1cbd

#fb1cbd

Complementary Color

#fb1cbd #1cfb5a

#fb1cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb1cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb1cbd Color CSS Codes

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

#fb1cbd Text Font Color

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

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


#fb1cbd Background Color

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

This div background color is #fb1cbd


#fb1cbd Border Color

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

This div border color is #fb1cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb1cbd

Related Colors


Comments

No comments written yet.

Please login to write comment.