Color Hex Logo

#fb0186 Color Hex

#FB0186
(251,1,134)
0 Favorites   0 Comments

Color spaces of #fb0186

RGB 2511134
HSL0.910.990.49
HSV328°100°98°
CMYK 0.001.000.47   0.02
XYZ44.097622.252224.5252
Yxy22.25220.48530.2449
Hunter Lab47.172284.31412.1953
CIE-Lab54.293684.0858-0.4921

#fb0186 color RGB value is (251,1,134).

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

The process color (four color CMYK) of #fb0186 color hex is 0.00, 1.00, 0.47, 0.02. Web safe color of #fb0186 is #ff0099. Color #fb0186 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000001 10000110
Octal 373 1 206
Decimal 251 1 134
Hex FB 1 86

RGB Percentages of Color #fb0186

%65.03
%0.26
%34.72

CMYK Percentages of Color #fb0186

%0
%100
%47
%2

Triadic Colors of #fb0186

#fb0186 #86fb01 #0186fb

Analogous Colors of #fb0186

#fb0186 #fb0109 #f301fb

Monochromatic Colors of #fb0186

#fb0186

Complementary Color

#fb0186 #01fb76

#fb0186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb0186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb0186 Color CSS Codes

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

#fb0186 Text Font Color

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

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


#fb0186 Background Color

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

This div background color is #fb0186


#fb0186 Border Color

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

This div border color is #fb0186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb0186


Comments

No comments written yet.

Please login to write comment.