Color Hex Logo

#fb0bad Color Hex

#FB0BAD
(251,11,173)
0 Favorites   0 Comments

Color spaces of #fb0bad

RGB 25111173
HSL0.890.970.51
HSV320°96°98°
CMYK 0.000.960.31   0.02
XYZ47.446223.765741.6217
Yxy23.76570.42050.2106
Hunter Lab48.750188.4132-16.4954
CIE-Lab55.852486.9262-21.2663

#fb0bad color RGB value is (251,11,173).

#fb0bad hex color red value is 251, green value is 11 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fb0bad hue: 0.89 , saturation: 0.97 and the lightness value of fb0bad is 0.51.

The process color (four color CMYK) of #fb0bad color hex is 0.00, 0.96, 0.31, 0.02. Web safe color of #fb0bad is #ff0099. Color #fb0bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00001011 10101101
Octal 373 13 255
Decimal 251 11 173
Hex FB B AD

RGB Percentages of Color #fb0bad

%57.70
%2.53
%39.77

CMYK Percentages of Color #fb0bad

%0
%96
%31
%2

Triadic Colors of #fb0bad

#fb0bad #adfb0b #0badfb

Analogous Colors of #fb0bad

#fb0bad #fb0b35 #d10bfb

Monochromatic Colors of #fb0bad

#fb0bad

Complementary Color

#fb0bad #0bfb59

#fb0bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb0bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb0bad Color CSS Codes

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

#fb0bad Text Font Color

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

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


#fb0bad Background Color

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

This div background color is #fb0bad


#fb0bad Border Color

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

This div border color is #fb0bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb0bad


Comments

No comments written yet.

Please login to write comment.