Color Hex Logo

#fb2f9b Color Hex

#FB2F9B
(251,47,155)
0 Favorites   0 Comments

Color spaces of #fb2f9b

RGB 25147155
HSL0.910.960.58
HSV328°81°98°
CMYK 0.000.810.38   0.02
XYZ46.716624.908833.3560
Yxy24.90880.44500.2373
Hunter Lab49.908779.7430-4.6898
CIE-Lab56.986579.9946-8.9855

#fb2f9b color RGB value is (251,47,155).

#fb2f9b hex color red value is 251, green value is 47 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #fb2f9b hue: 0.91 , saturation: 0.96 and the lightness value of fb2f9b is 0.58.

The process color (four color CMYK) of #fb2f9b color hex is 0.00, 0.81, 0.38, 0.02. Web safe color of #fb2f9b is #ff3399. Color #fb2f9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00101111 10011011
Octal 373 57 233
Decimal 251 47 155
Hex FB 2F 9B

RGB Percentages of Color #fb2f9b

%55.41
%10.38
%34.22

CMYK Percentages of Color #fb2f9b

%0
%81
%38
%2

Triadic Colors of #fb2f9b

#fb2f9b #9bfb2f #2f9bfb

Analogous Colors of #fb2f9b

#fb2f9b #fb2f35 #f52ffb

Monochromatic Colors of #fb2f9b

#fb2f9b

Complementary Color

#fb2f9b #2ffb8f

#fb2f9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb2f9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb2f9b Color CSS Codes

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

#fb2f9b Text Font Color

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

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


#fb2f9b Background Color

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

This div background color is #fb2f9b


#fb2f9b Border Color

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

This div border color is #fb2f9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb2f9b


Comments

No comments written yet.

Please login to write comment.