Color Hex Logo

#fb707e Color Hex

#FB707E
(251,112,126)
0 Favorites   0 Comments

Color spaces of #fb707e

RGB 251112126
HSL0.980.950.71
HSV354°55°98°
CMYK 0.000.550.50   0.02
XYZ49.343733.603923.6242
Yxy33.60390.46300.3153
Hunter Lab57.968950.495516.4156
CIE-Lab64.646954.237418.8673

#fb707e color RGB value is (251,112,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110000 01111110
Octal 373 160 176
Decimal 251 112 126
Hex FB 70 7E

RGB Percentages of Color #fb707e

%51.33
%22.90
%25.77

CMYK Percentages of Color #fb707e

%0
%55
%50
%2

Triadic Colors of #fb707e

#fb707e #7efb70 #707efb

Analogous Colors of #fb707e

#fb707e #fba870 #fb70c4

Monochromatic Colors of #fb707e

#fb707e

Complementary Color

#fb707e #70fbed

#fb707e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb707e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb707e Color CSS Codes

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

#fb707e Text Font Color

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

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


#fb707e Background Color

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

This div background color is #fb707e


#fb707e Border Color

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

This div border color is #fb707e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb707e


Comments

No comments written yet.

Please login to write comment.