Color Hex Logo

#fb194e Color Hex

#FB194E
(251,25,78)
0 Favorites   0 Comments

Color spaces of #fb194e

RGB 2512578
HSL0.960.970.54
HSV346°90°98°
CMYK 0.000.900.69   0.02
XYZ41.506421.75459.2191
Yxy21.75450.57270.3001
Hunter Lab46.641777.223920.9301
CIE-Lab53.765678.626632.4629

#fb194e color RGB value is (251,25,78).

#fb194e hex color red value is 251, green value is 25 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fb194e hue: 0.96 , saturation: 0.97 and the lightness value of fb194e is 0.54.

The process color (four color CMYK) of #fb194e color hex is 0.00, 0.90, 0.69, 0.02. Web safe color of #fb194e is #ff0066. Color #fb194e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00011001 01001110
Octal 373 31 116
Decimal 251 25 78
Hex FB 19 4E

RGB Percentages of Color #fb194e

%70.90
%7.06
%22.03

CMYK Percentages of Color #fb194e

%0
%90
%69
%2

Triadic Colors of #fb194e

#fb194e #4efb19 #194efb

Analogous Colors of #fb194e

#fb194e #fb5519 #fb19bf

Monochromatic Colors of #fb194e

#fb194e

Complementary Color

#fb194e #19fbc6

#fb194e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb194e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb194e Color CSS Codes

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

#fb194e Text Font Color

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

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


#fb194e Background Color

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

This div background color is #fb194e


#fb194e Border Color

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

This div border color is #fb194e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb194e


Comments

No comments written yet.

Please login to write comment.