Color Hex Logo

#fb076e Color Hex

#FB076E
(251,7,110)
0 Favorites   0 Comments

Color spaces of #fb076e

RGB 2517110
HSL0.930.970.51
HSV335°97°98°
CMYK 0.000.970.56   0.02
XYZ42.674121.787016.7080
Yxy21.78700.52570.2684
Hunter Lab46.676581.509911.4506
CIE-Lab53.800382.001413.2711

#fb076e color RGB value is (251,7,110).

#fb076e hex color red value is 251, green value is 7 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #fb076e hue: 0.93 , saturation: 0.97 and the lightness value of fb076e is 0.51.

The process color (four color CMYK) of #fb076e color hex is 0.00, 0.97, 0.56, 0.02. Web safe color of #fb076e is #ff0066. Color #fb076e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000111 01101110
Octal 373 7 156
Decimal 251 7 110
Hex FB 7 6E

RGB Percentages of Color #fb076e

%68.21
%1.90
%29.89

CMYK Percentages of Color #fb076e

%0
%97
%56
%2

Triadic Colors of #fb076e

#fb076e #6efb07 #076efb

Analogous Colors of #fb076e

#fb076e #fb1a07 #fb07e8

Monochromatic Colors of #fb076e

#fb076e

Complementary Color

#fb076e #07fb94

#fb076e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb076e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb076e Color CSS Codes

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

#fb076e Text Font Color

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

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


#fb076e Background Color

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

This div background color is #fb076e


#fb076e Border Color

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

This div border color is #fb076e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb076e

Related Colors


Comments

No comments written yet.

Please login to write comment.