Color Hex Logo

#fb4883 Color Hex

#FB4883
(251,72,131)
0 Favorites   0 Comments

Color spaces of #fb4883

RGB 25172131
HSL0.950.960.63
HSV340°71°98°
CMYK 0.000.710.48   0.02
XYZ46.197826.782724.2074
Yxy26.78270.47530.2756
Hunter Lab51.752068.77688.4930
CIE-Lab58.772770.82947.7583

#fb4883 color RGB value is (251,72,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001000 10000011
Octal 373 110 203
Decimal 251 72 131
Hex FB 48 83

RGB Percentages of Color #fb4883

%55.29
%15.86
%28.85

CMYK Percentages of Color #fb4883

%0
%71
%48
%2

Triadic Colors of #fb4883

#fb4883 #83fb48 #4883fb

Analogous Colors of #fb4883

#fb4883 #fb6748 #fb48dd

Monochromatic Colors of #fb4883

#fb4883

Complementary Color

#fb4883 #48fbc0

#fb4883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb4883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb4883 Color CSS Codes

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

#fb4883 Text Font Color

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

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


#fb4883 Background Color

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

This div background color is #fb4883


#fb4883 Border Color

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

This div border color is #fb4883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb4883


Comments

No comments written yet.

Please login to write comment.