Color Hex Logo

#fb0176 Color Hex

#FB0176
(251,1,118)
0 Favorites   0 Comments

Color spaces of #fb0176

RGB 2511118
HSL0.920.990.49
HSV332°100°98°
CMYK 0.001.000.53   0.02
XYZ43.064521.838919.0851
Yxy21.83890.51270.2600
Hunter Lab46.732182.70998.4988
CIE-Lab53.855782.92678.5121

#fb0176 color RGB value is (251,1,118).

#fb0176 hex color red value is 251, green value is 1 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #fb0176 hue: 0.92 , saturation: 0.99 and the lightness value of fb0176 is 0.49.

The process color (four color CMYK) of #fb0176 color hex is 0.00, 1.00, 0.53, 0.02. Web safe color of #fb0176 is #ff0066. Color #fb0176 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000001 01110110
Octal 373 1 166
Decimal 251 1 118
Hex FB 1 76

RGB Percentages of Color #fb0176

%67.84
%0.27
%31.89

CMYK Percentages of Color #fb0176

%0
%100
%53
%2

Triadic Colors of #fb0176

#fb0176 #76fb01 #0176fb

Analogous Colors of #fb0176

#fb0176 #fb0901 #fb01f3

Monochromatic Colors of #fb0176

#fb0176

Complementary Color

#fb0176 #01fb86

#fb0176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb0176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb0176 Color CSS Codes

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

#fb0176 Text Font Color

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

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


#fb0176 Background Color

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

This div background color is #fb0176


#fb0176 Border Color

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

This div border color is #fb0176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb0176


Comments

No comments written yet.

Please login to write comment.