Color Hex Logo

#fb499e Color Hex

#FB499E
(251,73,158)
0 Favorites   0 Comments

Color spaces of #fb499e

RGB 25173158
HSL0.920.960.64
HSV331°71°98°
CMYK 0.000.710.37   0.02
XYZ48.337827.742935.1550
Yxy27.74290.43460.2494
Hunter Lab52.671571.6381-2.7024
CIE-Lab59.655873.0017-6.7648

#fb499e color RGB value is (251,73,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001001 10011110
Octal 373 111 236
Decimal 251 73 158
Hex FB 49 9E

RGB Percentages of Color #fb499e

%52.07
%15.15
%32.78

CMYK Percentages of Color #fb499e

%0
%71
%37
%2

Triadic Colors of #fb499e

#fb499e #9efb49 #499efb

Analogous Colors of #fb499e

#fb499e #fb4d49 #fb49f7

Monochromatic Colors of #fb499e

#fb499e

Complementary Color

#fb499e #49fba6

#fb499e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb499e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb499e Color CSS Codes

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

#fb499e Text Font Color

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

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


#fb499e Background Color

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

This div background color is #fb499e


#fb499e Border Color

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

This div border color is #fb499e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb499e

Related Colors


Comments

No comments written yet.

Please login to write comment.