Color Hex Logo

#fb309b Color Hex

#FB309B
(251,48,155)
0 Favorites   0 Comments

Color spaces of #fb309b

RGB 25148155
HSL0.910.960.59
HSV328°81°98°
CMYK 0.000.810.38   0.02
XYZ46.757024.989733.3695
Yxy24.98970.44480.2377
Hunter Lab49.989779.4749-4.5849
CIE-Lab57.065479.7681-8.8676

#fb309b color RGB value is (251,48,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110000 10011011
Octal 373 60 233
Decimal 251 48 155
Hex FB 30 9B

RGB Percentages of Color #fb309b

%55.29
%10.57
%34.14

CMYK Percentages of Color #fb309b

%0
%81
%38
%2

Triadic Colors of #fb309b

#fb309b #9bfb30 #309bfb

Analogous Colors of #fb309b

#fb309b #fb3035 #f630fb

Monochromatic Colors of #fb309b

#fb309b

Complementary Color

#fb309b #30fb90

#fb309b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb309b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb309b Color CSS Codes

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

#fb309b Text Font Color

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

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


#fb309b Background Color

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

This div background color is #fb309b


#fb309b Border Color

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

This div border color is #fb309b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb309b


Comments

No comments written yet.

Please login to write comment.