Color Hex Logo

#fb454f Color Hex

#FB454F
(251,69,79)
0 Favorites   0 Comments

Color spaces of #fb454f

RGB 2516979
HSL0.990.960.63
HSV357°73°98°
CMYK 0.000.730.69   0.02
XYZ43.323125.330010.0029
Yxy25.33000.55080.3220
Hunter Lab50.328965.577123.4463
CIE-Lab57.395568.435736.3000

#fb454f color RGB value is (251,69,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000101 01001111
Octal 373 105 117
Decimal 251 69 79
Hex FB 45 4F

RGB Percentages of Color #fb454f

%62.91
%17.29
%19.80

CMYK Percentages of Color #fb454f

%0
%73
%69
%2

Triadic Colors of #fb454f

#fb454f #4ffb45 #454ffb

Analogous Colors of #fb454f

#fb454f #fb9645 #fb45aa

Monochromatic Colors of #fb454f

#fb454f

Complementary Color

#fb454f #45fbf1

#fb454f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb454f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb454f Color CSS Codes

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

#fb454f Text Font Color

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

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


#fb454f Background Color

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

This div background color is #fb454f


#fb454f Border Color

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

This div border color is #fb454f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb454f

Related Colors


Comments

No comments written yet.

Please login to write comment.