Color Hex Logo

#fb38bb Color Hex

#FB38BB
(251,56,187)
0 Favorites   0 Comments

Color spaces of #fb38bb

RGB 25156187
HSL0.890.960.60
HSV320°78°98°
CMYK 0.000.780.25   0.02
XYZ50.167526.925449.5667
Yxy26.92540.39610.2126
Hunter Lab51.889781.7687-20.3129
CIE-Lab58.905281.2102-24.7063

#fb38bb color RGB value is (251,56,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00111000 10111011
Octal 373 70 273
Decimal 251 56 187
Hex FB 38 BB

RGB Percentages of Color #fb38bb

%50.81
%11.34
%37.85

CMYK Percentages of Color #fb38bb

%0
%78
%25
%2

Triadic Colors of #fb38bb

#fb38bb #bbfb38 #38bbfb

Analogous Colors of #fb38bb

#fb38bb #fb3859 #da38fb

Monochromatic Colors of #fb38bb

#fb38bb

Complementary Color

#fb38bb #38fb78

#fb38bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb38bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb38bb Color CSS Codes

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

#fb38bb Text Font Color

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

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


#fb38bb Background Color

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

This div background color is #fb38bb


#fb38bb Border Color

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

This div border color is #fb38bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb38bb


Comments

No comments written yet.

Please login to write comment.