Color Hex Logo

#fb098e Color Hex

#FB098E
(251,9,142)
0 Favorites   0 Comments

Color spaces of #fb098e

RGB 2519142
HSL0.910.970.51
HSV327°96°98°
CMYK 0.000.960.43   0.02
XYZ44.763822.657627.6052
Yxy22.65760.47110.2384
Hunter Lab47.600084.5643-1.0647
CIE-Lab54.717984.1964-4.6551

#fb098e color RGB value is (251,9,142).

#fb098e hex color red value is 251, green value is 9 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fb098e hue: 0.91 , saturation: 0.97 and the lightness value of fb098e is 0.51.

The process color (four color CMYK) of #fb098e color hex is 0.00, 0.96, 0.43, 0.02. Web safe color of #fb098e is #ff0099. Color #fb098e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00001001 10001110
Octal 373 11 216
Decimal 251 9 142
Hex FB 9 8E

RGB Percentages of Color #fb098e

%62.44
%2.24
%35.32

CMYK Percentages of Color #fb098e

%0
%96
%43
%2

Triadic Colors of #fb098e

#fb098e #8efb09 #098efb

Analogous Colors of #fb098e

#fb098e #fb0915 #ef09fb

Monochromatic Colors of #fb098e

#fb098e

Complementary Color

#fb098e #09fb76

#fb098e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb098e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb098e Color CSS Codes

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

#fb098e Text Font Color

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

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


#fb098e Background Color

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

This div background color is #fb098e


#fb098e Border Color

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

This div border color is #fb098e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb098e


Comments

No comments written yet.

Please login to write comment.