Color Hex Logo

#fb295e Color Hex

#FB295E
(251,41,94)
0 Favorites   0 Comments

Color spaces of #fb295e

RGB 2514194
HSL0.960.960.57
HSV345°84°98°
CMYK 0.000.840.63   0.02
XYZ42.597022.903312.7653
Yxy22.90330.54430.2926
Hunter Lab47.857475.129217.6854
CIE-Lab54.972676.717624.4806

#fb295e color RGB value is (251,41,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00101001 01011110
Octal 373 51 136
Decimal 251 41 94
Hex FB 29 5E

RGB Percentages of Color #fb295e

%65.03
%10.62
%24.35

CMYK Percentages of Color #fb295e

%0
%84
%63
%2

Triadic Colors of #fb295e

#fb295e #5efb29 #295efb

Analogous Colors of #fb295e

#fb295e #fb5d29 #fb29c7

Monochromatic Colors of #fb295e

#fb295e

Complementary Color

#fb295e #29fbc6

#fb295e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb295e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb295e Color CSS Codes

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

#fb295e Text Font Color

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

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


#fb295e Background Color

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

This div background color is #fb295e


#fb295e Border Color

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

This div border color is #fb295e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb295e

Related Colors


Comments

No comments written yet.

Please login to write comment.