Color Hex Logo

#fb4980 Color Hex

#FB4980
(251,73,128)
0 Favorites   0 Comments

Color spaces of #fb4980

RGB 25173128
HSL0.950.960.64
HSV341°71°98°
CMYK 0.000.710.49   0.02
XYZ46.062526.832823.1736
Yxy26.83280.47950.2793
Hunter Lab51.800468.07709.7361
CIE-Lab58.819270.24449.5886

#fb4980 color RGB value is (251,73,128).

#fb4980 hex color red value is 251, green value is 73 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #fb4980 hue: 0.95 , saturation: 0.96 and the lightness value of fb4980 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001001 10000000
Octal 373 111 200
Decimal 251 73 128
Hex FB 49 80

RGB Percentages of Color #fb4980

%55.53
%16.15
%28.32

CMYK Percentages of Color #fb4980

%0
%71
%49
%2

Triadic Colors of #fb4980

#fb4980 #80fb49 #4980fb

Analogous Colors of #fb4980

#fb4980 #fb6b49 #fb49d9

Monochromatic Colors of #fb4980

#fb4980

Complementary Color

#fb4980 #49fbc4

#fb4980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb4980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb4980 Color CSS Codes

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

#fb4980 Text Font Color

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

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


#fb4980 Background Color

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

This div background color is #fb4980


#fb4980 Border Color

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

This div border color is #fb4980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb4980


Comments

No comments written yet.

Please login to write comment.