Color Hex Logo

#fb3650 Color Hex

#FB3650
(251,54,80)
0 Favorites   0 Comments

Color spaces of #fb3650

RGB 2515480
HSL0.980.960.60
HSV352°78°98°
CMYK 0.000.780.68   0.02
XYZ42.550823.72689.9265
Yxy23.72680.55840.3114
Hunter Lab48.710270.686022.0146
CIE-Lab55.813272.955933.8022

#fb3650 color RGB value is (251,54,80).

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

The process color (four color CMYK) of #fb3650 color hex is 0.00, 0.78, 0.68, 0.02. Web safe color of #fb3650 is #ff3366. Color #fb3650 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110110 01010000
Octal 373 66 120
Decimal 251 54 80
Hex FB 36 50

RGB Percentages of Color #fb3650

%65.19
%14.03
%20.78

CMYK Percentages of Color #fb3650

%0
%78
%68
%2

Triadic Colors of #fb3650

#fb3650 #50fb36 #3650fb

Analogous Colors of #fb3650

#fb3650 #fb7f36 #fb36b3

Monochromatic Colors of #fb3650

#fb3650

Complementary Color

#fb3650 #36fbe1

#fb3650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb3650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb3650 Color CSS Codes

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

#fb3650 Text Font Color

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

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


#fb3650 Background Color

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

This div background color is #fb3650


#fb3650 Border Color

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

This div border color is #fb3650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb3650

Related Colors


Comments

No comments written yet.

Please login to write comment.