Color Hex Logo

#fb304e Color Hex

#FB304E
(251,48,78)
0 Favorites   0 Comments

Color spaces of #fb304e

RGB 2514878
HSL0.980.960.59
HSV351°81°98°
CMYK 0.000.810.69   0.02
XYZ42.215823.17329.4556
Yxy23.17320.56400.3096
Hunter Lab48.138672.295722.0510
CIE-Lab55.250374.375834.2781

#fb304e color RGB value is (251,48,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110000 01001110
Octal 373 60 116
Decimal 251 48 78
Hex FB 30 4E

RGB Percentages of Color #fb304e

%66.58
%12.73
%20.69

CMYK Percentages of Color #fb304e

%0
%81
%69
%2

Triadic Colors of #fb304e

#fb304e #4efb30 #304efb

Analogous Colors of #fb304e

#fb304e #fb7830 #fb30b4

Monochromatic Colors of #fb304e

#fb304e

Complementary Color

#fb304e #30fbdd

#fb304e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb304e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb304e Color CSS Codes

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

#fb304e Text Font Color

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

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


#fb304e Background Color

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

This div background color is #fb304e


#fb304e Border Color

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

This div border color is #fb304e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb304e

Related Colors


Comments

No comments written yet.

Please login to write comment.