Color Hex Logo

#fb7155 Color Hex

#FB7155
(251,113,85)
0 Favorites   0 Comments

Color spaces of #fb7155

RGB 25111385
HSL0.030.950.66
HSV10°66°98°
CMYK 0.000.550.66   0.02
XYZ47.328532.975412.4647
Yxy32.97540.51020.3555
Hunter Lab57.424246.625727.3273
CIE-Lab64.141050.871441.0626

#fb7155 color RGB value is (251,113,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110001 01010101
Octal 373 161 125
Decimal 251 113 85
Hex FB 71 55

RGB Percentages of Color #fb7155

%55.90
%25.17
%18.93

CMYK Percentages of Color #fb7155

%0
%55
%66
%2

Triadic Colors of #fb7155

#fb7155 #55fb71 #7155fb

Analogous Colors of #fb7155

#fb7155 #fbc455 #fb558c

Monochromatic Colors of #fb7155

#fb7155

Complementary Color

#fb7155 #55dffb

#fb7155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7155 Color CSS Codes

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

#fb7155 Text Font Color

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

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


#fb7155 Background Color

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

This div background color is #fb7155


#fb7155 Border Color

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

This div border color is #fb7155


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,113,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 #fb7155">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7155

Related Colors


Comments

No comments written yet.

Please login to write comment.