Color Hex Logo

#fb347f Color Hex

#FB347F
(251,52,127)
0 Favorites   0 Comments

Color spaces of #fb347f

RGB 25152127
HSL0.940.960.59
HSV337°79°98°
CMYK 0.000.790.49   0.02
XYZ44.842424.497522.4437
Yxy24.49750.48860.2669
Hunter Lab49.494975.10487.7612
CIE-Lab56.582576.38686.9992

#fb347f color RGB value is (251,52,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110100 01111111
Octal 373 64 177
Decimal 251 52 127
Hex FB 34 7F

RGB Percentages of Color #fb347f

%58.37
%12.09
%29.53

CMYK Percentages of Color #fb347f

%0
%79
%49
%2

Triadic Colors of #fb347f

#fb347f #7ffb34 #347ffb

Analogous Colors of #fb347f

#fb347f #fb4d34 #fb34e3

Monochromatic Colors of #fb347f

#fb347f

Complementary Color

#fb347f #34fbb0

#fb347f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb347f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb347f Color CSS Codes

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

#fb347f Text Font Color

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

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


#fb347f Background Color

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

This div background color is #fb347f


#fb347f Border Color

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

This div border color is #fb347f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb347f


Comments

No comments written yet.

Please login to write comment.