Color Hex Logo

#fb379a Color Hex

#FB379A
(251,55,154)
0 Favorites   0 Comments

Color spaces of #fb379a

RGB 25155154
HSL0.920.960.60
HSV330°78°98°
CMYK 0.000.780.39   0.02
XYZ46.982625.574733.0320
Yxy25.57470.44500.2422
Hunter Lab50.571477.3326-3.3267
CIE-Lab57.631177.9633-7.4360

#fb379a color RGB value is (251,55,154).

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

The process color (four color CMYK) of #fb379a color hex is 0.00, 0.78, 0.39, 0.02. Web safe color of #fb379a is #ff3399. Color #fb379a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110111 10011010
Octal 373 67 232
Decimal 251 55 154
Hex FB 37 9A

RGB Percentages of Color #fb379a

%54.57
%11.96
%33.48

CMYK Percentages of Color #fb379a

%0
%78
%39
%2

Triadic Colors of #fb379a

#fb379a #9afb37 #379afb

Analogous Colors of #fb379a

#fb379a #fb3738 #fa37fb

Monochromatic Colors of #fb379a

#fb379a

Complementary Color

#fb379a #37fb98

#fb379a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb379a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb379a Color CSS Codes

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

#fb379a Text Font Color

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

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


#fb379a Background Color

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

This div background color is #fb379a


#fb379a Border Color

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

This div border color is #fb379a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb379a


Comments

No comments written yet.

Please login to write comment.