Color Hex Logo

#fb1279 Color Hex

#FB1279
(251,18,121)
0 Favorites   0 Comments

Color spaces of #fb1279

RGB 25118121
HSL0.930.970.53
HSV333°93°98°
CMYK 0.000.930.52   0.02
XYZ43.451222.322320.1077
Yxy22.32230.50590.2599
Hunter Lab47.246581.47997.8392
CIE-Lab54.367381.86737.4298

#fb1279 color RGB value is (251,18,121).

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

The process color (four color CMYK) of #fb1279 color hex is 0.00, 0.93, 0.52, 0.02. Web safe color of #fb1279 is #ff0066. Color #fb1279 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010010 01111001
Octal 373 22 171
Decimal 251 18 121
Hex FB 12 79

RGB Percentages of Color #fb1279

%64.36
%4.62
%31.03

CMYK Percentages of Color #fb1279

%0
%93
%52
%2

Triadic Colors of #fb1279

#fb1279 #79fb12 #1279fb

Analogous Colors of #fb1279

#fb1279 #fb1f12 #fb12ee

Monochromatic Colors of #fb1279

#fb1279

Complementary Color

#fb1279 #12fb94

#fb1279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb1279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb1279 Color CSS Codes

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

#fb1279 Text Font Color

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

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


#fb1279 Background Color

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

This div background color is #fb1279


#fb1279 Border Color

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

This div border color is #fb1279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb1279


Comments

No comments written yet.

Please login to write comment.