Color Hex Logo

#fb347e Color Hex

#FB347E
(251,52,126)
0 Favorites   0 Comments

Color spaces of #fb347e

RGB 25152126
HSL0.940.960.59
HSV338°79°98°
CMYK 0.000.790.50   0.02
XYZ44.777524.471622.1021
Yxy24.47160.49020.2679
Hunter Lab49.468875.00198.1380
CIE-Lab56.556976.30927.5575

#fb347e color RGB value is (251,52,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110100 01111110
Octal 373 64 176
Decimal 251 52 126
Hex FB 34 7E

RGB Percentages of Color #fb347e

%58.51
%12.12
%29.37

CMYK Percentages of Color #fb347e

%0
%79
%50
%2

Triadic Colors of #fb347e

#fb347e #7efb34 #347efb

Analogous Colors of #fb347e

#fb347e #fb4e34 #fb34e2

Monochromatic Colors of #fb347e

#fb347e

Complementary Color

#fb347e #34fbb1

#fb347e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb347e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb347e Color CSS Codes

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

#fb347e Text Font Color

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

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


#fb347e Background Color

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

This div background color is #fb347e


#fb347e Border Color

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

This div border color is #fb347e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb347e

Related Colors


Comments

No comments written yet.

Please login to write comment.