Color Hex Logo

#fb33bb Color Hex

#FB33BB
(251,51,187)
0 Favorites   0 Comments

Color spaces of #fb33bb

RGB 25151187
HSL0.890.960.59
HSV319°80°98°
CMYK 0.000.800.25   0.02
XYZ49.937126.464749.4899
Yxy26.46470.39670.2102
Hunter Lab51.443983.2451-21.0273
CIE-Lab58.475582.4427-25.3676

#fb33bb color RGB value is (251,51,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110011 10111011
Octal 373 63 273
Decimal 251 51 187
Hex FB 33 BB

RGB Percentages of Color #fb33bb

%51.33
%10.43
%38.24

CMYK Percentages of Color #fb33bb

%0
%80
%25
%2

Triadic Colors of #fb33bb

#fb33bb #bbfb33 #33bbfb

Analogous Colors of #fb33bb

#fb33bb #fb3357 #d733fb

Monochromatic Colors of #fb33bb

#fb33bb

Complementary Color

#fb33bb #33fb73

#fb33bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb33bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb33bb Color CSS Codes

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

#fb33bb Text Font Color

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

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


#fb33bb Background Color

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

This div background color is #fb33bb


#fb33bb Border Color

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

This div border color is #fb33bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb33bb


Comments

No comments written yet.

Please login to write comment.