Color Hex Logo

#fb308f Color Hex

#FB308F
(251,48,143)
0 Favorites   0 Comments

Color spaces of #fb308f

RGB 25148143
HSL0.920.960.59
HSV332°81°98°
CMYK 0.000.810.43   0.02
XYZ45.798524.606328.3222
Yxy24.60630.46390.2492
Hunter Lab49.604777.99520.8712
CIE-Lab56.689878.6713-2.3418

#fb308f color RGB value is (251,48,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110000 10001111
Octal 373 60 217
Decimal 251 48 143
Hex FB 30 8F

RGB Percentages of Color #fb308f

%56.79
%10.86
%32.35

CMYK Percentages of Color #fb308f

%0
%81
%43
%2

Triadic Colors of #fb308f

#fb308f #8ffb30 #308ffb

Analogous Colors of #fb308f

#fb308f #fb3630 #fb30f5

Monochromatic Colors of #fb308f

#fb308f

Complementary Color

#fb308f #30fb9c

#fb308f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb308f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb308f Color CSS Codes

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

#fb308f Text Font Color

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

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


#fb308f Background Color

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

This div background color is #fb308f


#fb308f Border Color

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

This div border color is #fb308f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb308f


Comments

No comments written yet.

Please login to write comment.