Color Hex Logo

#fb51be Color Hex

#FB51BE
(251,81,190)
0 Favorites   0 Comments

Color spaces of #fb51be

RGB 25181190
HSL0.890.960.65
HSV322°68°98°
CMYK 0.000.680.24   0.02
XYZ52.020430.111851.7856
Yxy30.11180.38850.2249
Hunter Lab54.874273.1869-17.5409
CIE-Lab61.750673.8605-22.0629

#fb51be color RGB value is (251,81,190).

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

The process color (four color CMYK) of #fb51be color hex is 0.00, 0.68, 0.24, 0.02. Web safe color of #fb51be is #ff66cc. Color #fb51be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010001 10111110
Octal 373 121 276
Decimal 251 81 190
Hex FB 51 BE

RGB Percentages of Color #fb51be

%48.08
%15.52
%36.40

CMYK Percentages of Color #fb51be

%0
%68
%24
%2

Triadic Colors of #fb51be

#fb51be #befb51 #51befb

Analogous Colors of #fb51be

#fb51be #fb5169 #e351fb

Monochromatic Colors of #fb51be

#fb51be

Complementary Color

#fb51be #51fb8e

#fb51be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb51be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb51be Color CSS Codes

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

#fb51be Text Font Color

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

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


#fb51be Background Color

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

This div background color is #fb51be


#fb51be Border Color

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

This div border color is #fb51be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb51be


Comments

No comments written yet.

Please login to write comment.