Color Hex Logo

#fb6455 Color Hex

#FB6455
(251,100,85)
0 Favorites   0 Comments

Color spaces of #fb6455

RGB 25110085
HSL0.020.950.66
HSV66°98°
CMYK 0.000.600.66   0.02
XYZ45.980530.279412.0154
Yxy30.27940.52090.3430
Hunter Lab55.026752.858425.5724
CIE-Lab61.894656.755638.3706

#fb6455 color RGB value is (251,100,85).

#fb6455 hex color red value is 251, green value is 100 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #fb6455 hue: 0.02 , saturation: 0.95 and the lightness value of fb6455 is 0.66.

The process color (four color CMYK) of #fb6455 color hex is 0.00, 0.60, 0.66, 0.02. Web safe color of #fb6455 is #ff6666. Color #fb6455 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100100 01010101
Octal 373 144 125
Decimal 251 100 85
Hex FB 64 55

RGB Percentages of Color #fb6455

%57.57
%22.94
%19.50

CMYK Percentages of Color #fb6455

%0
%60
%66
%2

Triadic Colors of #fb6455

#fb6455 #55fb64 #6455fb

Analogous Colors of #fb6455

#fb6455 #fbb755 #fb5599

Monochromatic Colors of #fb6455

#fb6455

Complementary Color

#fb6455 #55ecfb

#fb6455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6455 Color CSS Codes

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

#fb6455 Text Font Color

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

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


#fb6455 Background Color

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

This div background color is #fb6455


#fb6455 Border Color

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

This div border color is #fb6455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6455


Comments

No comments written yet.

Please login to write comment.