Color Hex Logo

#fb4899 Color Hex

#FB4899
(251,72,153)
0 Favorites   0 Comments

Color spaces of #fb4899

RGB 25172153
HSL0.920.960.63
HSV333°71°98°
CMYK 0.000.710.39   0.02
XYZ47.850827.443932.9122
Yxy27.44390.44220.2536
Hunter Lab52.386971.3668-0.5782
CIE-Lab59.383072.8326-4.2530

#fb4899 color RGB value is (251,72,153).

#fb4899 hex color red value is 251, green value is 72 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #fb4899 hue: 0.92 , saturation: 0.96 and the lightness value of fb4899 is 0.63.

The process color (four color CMYK) of #fb4899 color hex is 0.00, 0.71, 0.39, 0.02. Web safe color of #fb4899 is #ff3399. Color #fb4899 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001000 10011001
Octal 373 110 231
Decimal 251 72 153
Hex FB 48 99

RGB Percentages of Color #fb4899

%52.73
%15.13
%32.14

CMYK Percentages of Color #fb4899

%0
%71
%39
%2

Triadic Colors of #fb4899

#fb4899 #99fb48 #4899fb

Analogous Colors of #fb4899

#fb4899 #fb5148 #fb48f3

Monochromatic Colors of #fb4899

#fb4899

Complementary Color

#fb4899 #48fbaa

#fb4899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb4899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb4899 Color CSS Codes

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

#fb4899 Text Font Color

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

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


#fb4899 Background Color

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

This div background color is #fb4899


#fb4899 Border Color

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

This div border color is #fb4899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb4899


Comments

No comments written yet.

Please login to write comment.