Color Hex Logo

#fb279f Color Hex

#FB279F
(251,39,159)
0 Favorites   0 Comments

Color spaces of #fb279f

RGB 25139159
HSL0.910.960.57
HSV326°84°98°
CMYK 0.000.840.37   0.02
XYZ46.767224.463535.0579
Yxy24.46350.44000.2302
Hunter Lab49.460682.2237-7.4026
CIE-Lab56.548982.0230-11.9950

#fb279f color RGB value is (251,39,159).

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

The process color (four color CMYK) of #fb279f color hex is 0.00, 0.84, 0.37, 0.02. Web safe color of #fb279f is #ff3399. Color #fb279f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100111 10011111
Octal 373 47 237
Decimal 251 39 159
Hex FB 27 9F

RGB Percentages of Color #fb279f

%55.90
%8.69
%35.41

CMYK Percentages of Color #fb279f

%0
%84
%37
%2

Triadic Colors of #fb279f

#fb279f #9ffb27 #279ffb

Analogous Colors of #fb279f

#fb279f #fb2735 #ed27fb

Monochromatic Colors of #fb279f

#fb279f

Complementary Color

#fb279f #27fb83

#fb279f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb279f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb279f Color CSS Codes

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

#fb279f Text Font Color

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

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


#fb279f Background Color

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

This div background color is #fb279f


#fb279f Border Color

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

This div border color is #fb279f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb279f

Related Colors


Comments

No comments written yet.

Please login to write comment.