Color Hex Logo

#fb307e Color Hex

#FB307E
(251,48,126)
0 Favorites   0 Comments

Color spaces of #fb307e

RGB 25148126
HSL0.940.960.59
HSV337°81°98°
CMYK 0.000.810.50   0.02
XYZ44.606524.129522.0451
Yxy24.12950.49140.2658
Hunter Lab49.121876.12917.7768
CIE-Lab56.217277.27757.0730

#fb307e color RGB value is (251,48,126).

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

The process color (four color CMYK) of #fb307e color hex is 0.00, 0.81, 0.50, 0.02. Web safe color of #fb307e is #ff3366. Color #fb307e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110000 01111110
Octal 373 60 176
Decimal 251 48 126
Hex FB 30 7E

RGB Percentages of Color #fb307e

%59.06
%11.29
%29.65

CMYK Percentages of Color #fb307e

%0
%81
%50
%2

Triadic Colors of #fb307e

#fb307e #7efb30 #307efb

Analogous Colors of #fb307e

#fb307e #fb4730 #fb30e4

Monochromatic Colors of #fb307e

#fb307e

Complementary Color

#fb307e #30fbad

#fb307e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb307e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb307e Color CSS Codes

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

#fb307e Text Font Color

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

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


#fb307e Background Color

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

This div background color is #fb307e


#fb307e Border Color

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

This div border color is #fb307e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb307e

Related Colors


Comments

No comments written yet.

Please login to write comment.