Color Hex Logo

#fb297e Color Hex

#FB297E
(251,41,126)
0 Favorites   0 Comments

Color spaces of #fb297e

RGB 25141126
HSL0.930.960.57
HSV336°84°98°
CMYK 0.000.840.50   0.02
XYZ44.342523.601521.9571
Yxy23.60150.49320.2625
Hunter Lab48.581477.90797.2099
CIE-Lab55.686678.79676.3146

#fb297e color RGB value is (251,41,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00101001 01111110
Octal 373 51 176
Decimal 251 41 126
Hex FB 29 7E

RGB Percentages of Color #fb297e

%60.05
%9.81
%30.14

CMYK Percentages of Color #fb297e

%0
%84
%50
%2

Triadic Colors of #fb297e

#fb297e #7efb29 #297efb

Analogous Colors of #fb297e

#fb297e #fb3d29 #fb29e7

Monochromatic Colors of #fb297e

#fb297e

Complementary Color

#fb297e #29fba6

#fb297e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb297e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb297e Color CSS Codes

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

#fb297e Text Font Color

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

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


#fb297e Background Color

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

This div background color is #fb297e


#fb297e Border Color

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

This div border color is #fb297e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb297e


Comments

No comments written yet.

Please login to write comment.