Color Hex Logo

#fb377e Color Hex

#FB377E
(251,55,126)
0 Favorites   0 Comments

Color spaces of #fb377e

RGB 25155126
HSL0.940.960.60
HSV338°78°98°
CMYK 0.000.780.50   0.02
XYZ44.915724.748022.1482
Yxy24.74800.48920.2696
Hunter Lab49.747474.10558.4264
CIE-Lab56.829175.53607.9451

#fb377e color RGB value is (251,55,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110111 01111110
Octal 373 67 176
Decimal 251 55 126
Hex FB 37 7E

RGB Percentages of Color #fb377e

%58.10
%12.73
%29.17

CMYK Percentages of Color #fb377e

%0
%78
%50
%2

Triadic Colors of #fb377e

#fb377e #7efb37 #377efb

Analogous Colors of #fb377e

#fb377e #fb5237 #fb37e0

Monochromatic Colors of #fb377e

#fb377e

Complementary Color

#fb377e #37fbb4

#fb377e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb377e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb377e Color CSS Codes

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

#fb377e Text Font Color

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

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


#fb377e Background Color

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

This div background color is #fb377e


#fb377e Border Color

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

This div border color is #fb377e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb377e

Related Colors


Comments

No comments written yet.

Please login to write comment.