Color Hex Logo

#fb276f Color Hex

#FB276F
(251,39,111)
0 Favorites   0 Comments

Color spaces of #fb276f

RGB 25139111
HSL0.940.960.57
HSV340°84°98°
CMYK 0.000.840.56   0.02
XYZ43.378423.108017.2129
Yxy23.10800.51830.2761
Hunter Lab48.070876.952012.4193
CIE-Lab55.183478.134514.5880

#fb276f color RGB value is (251,39,111).

#fb276f hex color red value is 251, green value is 39 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fb276f hue: 0.94 , saturation: 0.96 and the lightness value of fb276f is 0.57.

The process color (four color CMYK) of #fb276f color hex is 0.00, 0.84, 0.56, 0.02. Web safe color of #fb276f is #ff3366. Color #fb276f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100111 01101111
Octal 373 47 157
Decimal 251 39 111
Hex FB 27 6F

RGB Percentages of Color #fb276f

%62.59
%9.73
%27.68

CMYK Percentages of Color #fb276f

%0
%84
%56
%2

Triadic Colors of #fb276f

#fb276f #6ffb27 #276ffb

Analogous Colors of #fb276f

#fb276f #fb4927 #fb27d9

Monochromatic Colors of #fb276f

#fb276f

Complementary Color

#fb276f #27fbb3

#fb276f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb276f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb276f Color CSS Codes

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

#fb276f Text Font Color

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

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


#fb276f Background Color

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

This div background color is #fb276f


#fb276f Border Color

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

This div border color is #fb276f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb276f

Related Colors


Comments

No comments written yet.

Please login to write comment.