Color Hex Logo

#fb149a Color Hex

#FB149A
(251,20,154)
0 Favorites   0 Comments

Color spaces of #fb149a

RGB 25120154
HSL0.900.970.53
HSV325°92°98°
CMYK 0.000.920.39   0.02
XYZ45.866623.342632.6600
Yxy23.34260.45020.2291
Hunter Lab48.314284.9074-6.2596
CIE-Lab55.423584.3237-10.7359

#fb149a color RGB value is (251,20,154).

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

The process color (four color CMYK) of #fb149a color hex is 0.00, 0.92, 0.39, 0.02. Web safe color of #fb149a is #ff0099. Color #fb149a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010100 10011010
Octal 373 24 232
Decimal 251 20 154
Hex FB 14 9A

RGB Percentages of Color #fb149a

%59.06
%4.71
%36.24

CMYK Percentages of Color #fb149a

%0
%92
%39
%2

Triadic Colors of #fb149a

#fb149a #9afb14 #149afb

Analogous Colors of #fb149a

#fb149a #fb1427 #e914fb

Monochromatic Colors of #fb149a

#fb149a

Complementary Color

#fb149a #14fb75

#fb149a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb149a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb149a Color CSS Codes

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

#fb149a Text Font Color

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

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


#fb149a Background Color

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

This div background color is #fb149a


#fb149a Border Color

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

This div border color is #fb149a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb149a

Related Colors


Comments

No comments written yet.

Please login to write comment.