Color Hex Logo

#fb1fbc Color Hex

#FB1FBC
(251,31,188)
0 Favorites   0 Comments

Color spaces of #fb1fbc

RGB 25131188
HSL0.880.960.55
HSV317°88°98°
CMYK 0.000.880.25   0.02
XYZ49.350725.120049.8245
Yxy25.12000.39700.2021
Hunter Lab50.119988.0509-23.8567
CIE-Lab57.192286.3891-27.9261

#fb1fbc color RGB value is (251,31,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00011111 10111100
Octal 373 37 274
Decimal 251 31 188
Hex FB 1F BC

RGB Percentages of Color #fb1fbc

%53.40
%6.60
%40.00

CMYK Percentages of Color #fb1fbc

%0
%88
%25
%2

Triadic Colors of #fb1fbc

#fb1fbc #bcfb1f #1fbcfb

Analogous Colors of #fb1fbc

#fb1fbc #fb1f4e #cc1ffb

Monochromatic Colors of #fb1fbc

#fb1fbc

Complementary Color

#fb1fbc #1ffb5e

#fb1fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb1fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb1fbc Color CSS Codes

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

#fb1fbc Text Font Color

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

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


#fb1fbc Background Color

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

This div background color is #fb1fbc


#fb1fbc Border Color

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

This div border color is #fb1fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb1fbc


Comments

No comments written yet.

Please login to write comment.