Color Hex Logo

#fb5fba Color Hex

#FB5FBA
(251,95,186)
0 Favorites   0 Comments

Color spaces of #fb5fba

RGB 25195186
HSL0.900.950.68
HSV325°62°98°
CMYK 0.000.620.26   0.02
XYZ52.738832.238849.8974
Yxy32.23880.39100.2390
Hunter Lab56.779266.4343-12.3584
CIE-Lab63.539868.0226-17.0571

#fb5fba color RGB value is (251,95,186).

#fb5fba hex color red value is 251, green value is 95 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fb5fba hue: 0.90 , saturation: 0.95 and the lightness value of fb5fba is 0.68.

The process color (four color CMYK) of #fb5fba color hex is 0.00, 0.62, 0.26, 0.02. Web safe color of #fb5fba is #ff66cc. Color #fb5fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011111 10111010
Octal 373 137 272
Decimal 251 95 186
Hex FB 5F BA

RGB Percentages of Color #fb5fba

%47.18
%17.86
%34.96

CMYK Percentages of Color #fb5fba

%0
%62
%26
%2

Triadic Colors of #fb5fba

#fb5fba #bafb5f #5fbafb

Analogous Colors of #fb5fba

#fb5fba #fb5f6c #ee5ffb

Monochromatic Colors of #fb5fba

#fb5fba

Complementary Color

#fb5fba #5ffba0

#fb5fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5fba Color CSS Codes

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

#fb5fba Text Font Color

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

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


#fb5fba Background Color

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

This div background color is #fb5fba


#fb5fba Border Color

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

This div border color is #fb5fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5fba


Comments

No comments written yet.

Please login to write comment.