Color Hex Logo

#fb34bb Color Hex

#FB34BB
(251,52,187)
0 Favorites   0 Comments

Color spaces of #fb34bb

RGB 25152187
HSL0.890.960.59
HSV319°79°98°
CMYK 0.000.790.25   0.02
XYZ49.981326.553149.5047
Yxy26.55310.39660.2107
Hunter Lab51.529782.9593-20.8892
CIE-Lab58.558482.2047-25.2401

#fb34bb color RGB value is (251,52,187).

#fb34bb hex color red value is 251, green value is 52 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fb34bb hue: 0.89 , saturation: 0.96 and the lightness value of fb34bb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110100 10111011
Octal 373 64 273
Decimal 251 52 187
Hex FB 34 BB

RGB Percentages of Color #fb34bb

%51.22
%10.61
%38.16

CMYK Percentages of Color #fb34bb

%0
%79
%25
%2

Triadic Colors of #fb34bb

#fb34bb #bbfb34 #34bbfb

Analogous Colors of #fb34bb

#fb34bb #fb3457 #d834fb

Monochromatic Colors of #fb34bb

#fb34bb

Complementary Color

#fb34bb #34fb74

#fb34bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb34bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb34bb Color CSS Codes

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

#fb34bb Text Font Color

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

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


#fb34bb Background Color

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

This div background color is #fb34bb


#fb34bb Border Color

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

This div border color is #fb34bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb34bb


Comments

No comments written yet.

Please login to write comment.