Color Hex Logo

#fb1180 Color Hex

#FB1180
(251,17,128)
0 Favorites   0 Comments

Color spaces of #fb1180

RGB 25117128
HSL0.920.970.53
HSV332°93°98°
CMYK 0.000.930.49   0.02
XYZ43.880422.468622.4462
Yxy22.46860.49420.2530
Hunter Lab47.401182.29035.1047
CIE-Lab54.520782.47023.4400

#fb1180 color RGB value is (251,17,128).

#fb1180 hex color red value is 251, green value is 17 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #fb1180 hue: 0.92 , saturation: 0.97 and the lightness value of fb1180 is 0.53.

The process color (four color CMYK) of #fb1180 color hex is 0.00, 0.93, 0.49, 0.02. Web safe color of #fb1180 is #ff0099. Color #fb1180 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010001 10000000
Octal 373 21 200
Decimal 251 17 128
Hex FB 11 80

RGB Percentages of Color #fb1180

%63.38
%4.29
%32.32

CMYK Percentages of Color #fb1180

%0
%93
%49
%2

Triadic Colors of #fb1180

#fb1180 #80fb11 #1180fb

Analogous Colors of #fb1180

#fb1180 #fb1711 #fb11f5

Monochromatic Colors of #fb1180

#fb1180

Complementary Color

#fb1180 #11fb8c

#fb1180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb1180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb1180 Color CSS Codes

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

#fb1180 Text Font Color

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

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


#fb1180 Background Color

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

This div background color is #fb1180


#fb1180 Border Color

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

This div border color is #fb1180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb1180


Comments

No comments written yet.

Please login to write comment.