Color Hex Logo

#fb705f Color Hex

#FB705F
(251,112,95)
0 Favorites   0 Comments

Color spaces of #fb705f

RGB 25111295
HSL0.020.950.68
HSV62°98°
CMYK 0.000.550.62   0.02
XYZ47.643432.923814.6703
Yxy32.92380.50030.3457
Hunter Lab57.379347.799225.0067
CIE-Lab64.099251.928735.5707

#fb705f color RGB value is (251,112,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110000 01011111
Octal 373 160 137
Decimal 251 112 95
Hex FB 70 5F

RGB Percentages of Color #fb705f

%54.80
%24.45
%20.74

CMYK Percentages of Color #fb705f

%0
%55
%62
%2

Triadic Colors of #fb705f

#fb705f #5ffb70 #705ffb

Analogous Colors of #fb705f

#fb705f #fbbe5f #fb5f9c

Monochromatic Colors of #fb705f

#fb705f

Complementary Color

#fb705f #5feafb

#fb705f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb705f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb705f Color CSS Codes

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

#fb705f Text Font Color

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

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


#fb705f Background Color

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

This div background color is #fb705f


#fb705f Border Color

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

This div border color is #fb705f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb705f


Comments

No comments written yet.

Please login to write comment.