Color Hex Logo

#fb495e Color Hex

#FB495E
(251,73,94)
0 Favorites   0 Comments

Color spaces of #fb495e

RGB 2517394
HSL0.980.960.64
HSV353°71°98°
CMYK 0.000.710.63   0.02
XYZ44.186626.082513.2952
Yxy26.08250.52880.3121
Hunter Lab51.071065.063720.3149
CIE-Lab58.115367.873228.5629

#fb495e color RGB value is (251,73,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001001 01011110
Octal 373 111 136
Decimal 251 73 94
Hex FB 49 5E

RGB Percentages of Color #fb495e

%60.05
%17.46
%22.49

CMYK Percentages of Color #fb495e

%0
%71
%63
%2

Triadic Colors of #fb495e

#fb495e #5efb49 #495efb

Analogous Colors of #fb495e

#fb495e #fb8d49 #fb49b7

Monochromatic Colors of #fb495e

#fb495e

Complementary Color

#fb495e #49fbe6

#fb495e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb495e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb495e Color CSS Codes

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

#fb495e Text Font Color

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

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


#fb495e Background Color

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

This div background color is #fb495e


#fb495e Border Color

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

This div border color is #fb495e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb495e


Comments

No comments written yet.

Please login to write comment.