Color Hex Logo

#fb498e Color Hex

#FB498E
(251,73,142)
0 Favorites   0 Comments

Color spaces of #fb498e

RGB 25173142
HSL0.940.960.64
HSV337°71°98°
CMYK 0.000.710.43   0.02
XYZ47.048727.227328.3668
Yxy27.22730.45840.2653
Hunter Lab52.179869.63264.2937
CIE-Lab59.184171.45471.8918

#fb498e color RGB value is (251,73,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001001 10001110
Octal 373 111 216
Decimal 251 73 142
Hex FB 49 8E

RGB Percentages of Color #fb498e

%53.86
%15.67
%30.47

CMYK Percentages of Color #fb498e

%0
%71
%43
%2

Triadic Colors of #fb498e

#fb498e #8efb49 #498efb

Analogous Colors of #fb498e

#fb498e #fb5d49 #fb49e7

Monochromatic Colors of #fb498e

#fb498e

Complementary Color

#fb498e #49fbb6

#fb498e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb498e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb498e Color CSS Codes

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

#fb498e Text Font Color

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

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


#fb498e Background Color

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

This div background color is #fb498e


#fb498e Border Color

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

This div border color is #fb498e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb498e


Comments

No comments written yet.

Please login to write comment.