Color Hex Logo

#fb497c Color Hex

#FB497C
(251,73,124)
0 Favorites   0 Comments

Color spaces of #fb497c

RGB 25173124
HSL0.950.960.64
HSV343°71°98°
CMYK 0.000.710.51   0.02
XYZ45.804326.729621.8139
Yxy26.72960.48550.2833
Hunter Lab51.700767.666211.1744
CIE-Lab58.723269.923111.8057

#fb497c color RGB value is (251,73,124).

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

The process color (four color CMYK) of #fb497c color hex is 0.00, 0.71, 0.51, 0.02. Web safe color of #fb497c is #ff3366. Color #fb497c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001001 01111100
Octal 373 111 174
Decimal 251 73 124
Hex FB 49 7C

RGB Percentages of Color #fb497c

%56.03
%16.29
%27.68

CMYK Percentages of Color #fb497c

%0
%71
%51
%2

Triadic Colors of #fb497c

#fb497c #7cfb49 #497cfb

Analogous Colors of #fb497c

#fb497c #fb6f49 #fb49d5

Monochromatic Colors of #fb497c

#fb497c

Complementary Color

#fb497c #49fbc8

#fb497c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb497c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb497c Color CSS Codes

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

#fb497c Text Font Color

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

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


#fb497c Background Color

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

This div background color is #fb497c


#fb497c Border Color

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

This div border color is #fb497c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb497c


Comments

No comments written yet.

Please login to write comment.