Color Hex Logo

#fb347d Color Hex

#FB347D
(251,52,125)
0 Favorites   0 Comments

Color spaces of #fb347d

RGB 25152125
HSL0.940.960.59
HSV338°79°98°
CMYK 0.000.790.50   0.02
XYZ44.713324.445921.7639
Yxy24.44590.49180.2689
Hunter Lab49.442874.90058.5115
CIE-Lab56.531576.23278.1163

#fb347d color RGB value is (251,52,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110100 01111101
Octal 373 64 175
Decimal 251 52 125
Hex FB 34 7D

RGB Percentages of Color #fb347d

%58.64
%12.15
%29.21

CMYK Percentages of Color #fb347d

%0
%79
%50
%2

Triadic Colors of #fb347d

#fb347d #7dfb34 #347dfb

Analogous Colors of #fb347d

#fb347d #fb4f34 #fb34e1

Monochromatic Colors of #fb347d

#fb347d

Complementary Color

#fb347d #34fbb2

#fb347d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb347d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb347d Color CSS Codes

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

#fb347d Text Font Color

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

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


#fb347d Background Color

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

This div background color is #fb347d


#fb347d Border Color

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

This div border color is #fb347d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb347d


Comments

No comments written yet.

Please login to write comment.