Color Hex Logo

#fb119e Color Hex

#FB119E
(251,17,158)
0 Favorites   0 Comments

Color spaces of #fb119e

RGB 25117158
HSL0.900.970.53
HSV324°93°98°
CMYK 0.000.930.37   0.02
XYZ46.155723.378734.4276
Yxy23.37870.44400.2249
Hunter Lab48.351585.7785-8.3700
CIE-Lab55.460384.9873-13.0454

#fb119e color RGB value is (251,17,158).

#fb119e hex color red value is 251, green value is 17 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fb119e hue: 0.90 , saturation: 0.97 and the lightness value of fb119e is 0.53.

The process color (four color CMYK) of #fb119e color hex is 0.00, 0.93, 0.37, 0.02. Web safe color of #fb119e is #ff0099. Color #fb119e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010001 10011110
Octal 373 21 236
Decimal 251 17 158
Hex FB 11 9E

RGB Percentages of Color #fb119e

%58.92
%3.99
%37.09

CMYK Percentages of Color #fb119e

%0
%93
%37
%2

Triadic Colors of #fb119e

#fb119e #9efb11 #119efb

Analogous Colors of #fb119e

#fb119e #fb1129 #e311fb

Monochromatic Colors of #fb119e

#fb119e

Complementary Color

#fb119e #11fb6e

#fb119e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb119e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb119e Color CSS Codes

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

#fb119e Text Font Color

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

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


#fb119e Background Color

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

This div background color is #fb119e


#fb119e Border Color

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

This div border color is #fb119e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,17,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 #fb119e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb119e

Related Colors


Comments

No comments written yet.

Please login to write comment.