Color Hex Logo

#fb1486 Color Hex

#FB1486
(251,20,134)
0 Favorites   0 Comments

Color spaces of #fb1486

RGB 25120134
HSL0.920.970.53
HSV330°92°98°
CMYK 0.000.920.47   0.02
XYZ44.336922.730824.6049
Yxy22.73080.48360.2480
Hunter Lab47.676882.56102.7756
CIE-Lab54.794082.62790.2390

#fb1486 color RGB value is (251,20,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010100 10000110
Octal 373 24 206
Decimal 251 20 134
Hex FB 14 86

RGB Percentages of Color #fb1486

%61.98
%4.94
%33.09

CMYK Percentages of Color #fb1486

%0
%92
%47
%2

Triadic Colors of #fb1486

#fb1486 #86fb14 #1486fb

Analogous Colors of #fb1486

#fb1486 #fb1614 #fb14fa

Monochromatic Colors of #fb1486

#fb1486

Complementary Color

#fb1486 #14fb89

#fb1486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb1486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb1486 Color CSS Codes

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

#fb1486 Text Font Color

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

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


#fb1486 Background Color

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

This div background color is #fb1486


#fb1486 Border Color

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

This div border color is #fb1486


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,20,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 #fb1486">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb1486


Comments

No comments written yet.

Please login to write comment.