Color Hex Logo

#fb347a Color Hex

#FB347A
(251,52,122)
0 Favorites   0 Comments

Color spaces of #fb347a

RGB 25152122
HSL0.940.960.59
HSV339°79°98°
CMYK 0.000.790.51   0.02
XYZ44.524524.370420.7696
Yxy24.37040.49660.2718
Hunter Lab49.366474.60149.6118
CIE-Lab56.456876.00689.7961

#fb347a color RGB value is (251,52,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110100 01111010
Octal 373 64 172
Decimal 251 52 122
Hex FB 34 7A

RGB Percentages of Color #fb347a

%59.06
%12.24
%28.71

CMYK Percentages of Color #fb347a

%0
%79
%51
%2

Triadic Colors of #fb347a

#fb347a #7afb34 #347afb

Analogous Colors of #fb347a

#fb347a #fb5234 #fb34de

Monochromatic Colors of #fb347a

#fb347a

Complementary Color

#fb347a #34fbb5

#fb347a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb347a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb347a Color CSS Codes

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

#fb347a Text Font Color

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

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


#fb347a Background Color

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

This div background color is #fb347a


#fb347a Border Color

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

This div border color is #fb347a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb347a


Comments

No comments written yet.

Please login to write comment.