Color Hex Logo

#fb445c Color Hex

#FB445C
(251,68,92)
0 Favorites   0 Comments

Color spaces of #fb445c

RGB 2516892
HSL0.980.960.63
HSV352°73°98°
CMYK 0.000.730.63   0.02
XYZ43.782625.416212.7234
Yxy25.41620.53440.3102
Hunter Lab50.414566.793520.3268
CIE-Lab57.478769.432928.9087

#fb445c color RGB value is (251,68,92).

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

The process color (four color CMYK) of #fb445c color hex is 0.00, 0.73, 0.63, 0.02. Web safe color of #fb445c is #ff3366. Color #fb445c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000100 01011100
Octal 373 104 134
Decimal 251 68 92
Hex FB 44 5C

RGB Percentages of Color #fb445c

%61.07
%16.55
%22.38

CMYK Percentages of Color #fb445c

%0
%73
%63
%2

Triadic Colors of #fb445c

#fb445c #5cfb44 #445cfb

Analogous Colors of #fb445c

#fb445c #fb8844 #fb44b8

Monochromatic Colors of #fb445c

#fb445c

Complementary Color

#fb445c #44fbe3

#fb445c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb445c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb445c Color CSS Codes

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

#fb445c Text Font Color

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

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


#fb445c Background Color

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

This div background color is #fb445c


#fb445c Border Color

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

This div border color is #fb445c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb445c


Comments

No comments written yet.

Please login to write comment.