Color Hex Logo

#fb257f Color Hex

#FB257F
(251,37,127)
0 Favorites   0 Comments

Color spaces of #fb257f

RGB 25137127
HSL0.930.960.56
HSV335°85°98°
CMYK 0.000.850.49   0.02
XYZ44.276023.364722.2549
Yxy23.36470.49250.2599
Hunter Lab48.337078.91356.5382
CIE-Lab55.446079.63965.3720

#fb257f color RGB value is (251,37,127).

#fb257f hex color red value is 251, green value is 37 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #fb257f hue: 0.93 , saturation: 0.96 and the lightness value of fb257f is 0.56.

The process color (four color CMYK) of #fb257f color hex is 0.00, 0.85, 0.49, 0.02. Web safe color of #fb257f is #ff3366. Color #fb257f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100101 01111111
Octal 373 45 177
Decimal 251 37 127
Hex FB 25 7F

RGB Percentages of Color #fb257f

%60.48
%8.92
%30.60

CMYK Percentages of Color #fb257f

%0
%85
%49
%2

Triadic Colors of #fb257f

#fb257f #7ffb25 #257ffb

Analogous Colors of #fb257f

#fb257f #fb3625 #fb25ea

Monochromatic Colors of #fb257f

#fb257f

Complementary Color

#fb257f #25fba1

#fb257f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb257f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb257f Color CSS Codes

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

#fb257f Text Font Color

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

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


#fb257f Background Color

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

This div background color is #fb257f


#fb257f Border Color

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

This div border color is #fb257f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb257f


Comments

No comments written yet.

Please login to write comment.