Color Hex Logo

#fb705a Color Hex

#FB705A
(251,112,90)
0 Favorites   0 Comments

Color spaces of #fb705a

RGB 25111290
HSL0.020.950.67
HSV64°98°
CMYK 0.000.550.64   0.02
XYZ47.423332.835813.5113
Yxy32.83580.50570.3502
Hunter Lab57.302547.446326.1318
CIE-Lab64.027751.624038.2221

#fb705a color RGB value is (251,112,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110000 01011010
Octal 373 160 132
Decimal 251 112 90
Hex FB 70 5A

RGB Percentages of Color #fb705a

%55.41
%24.72
%19.87

CMYK Percentages of Color #fb705a

%0
%55
%64
%2

Triadic Colors of #fb705a

#fb705a #5afb70 #705afb

Analogous Colors of #fb705a

#fb705a #fbc15a #fb5a95

Monochromatic Colors of #fb705a

#fb705a

Complementary Color

#fb705a #5ae5fb

#fb705a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb705a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb705a Color CSS Codes

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

#fb705a Text Font Color

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

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


#fb705a Background Color

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

This div background color is #fb705a


#fb705a Border Color

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

This div border color is #fb705a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb705a


Comments

No comments written yet.

Please login to write comment.