Color Hex Logo

#fb2978 Color Hex

#FB2978
(251,41,120)
0 Favorites   0 Comments

Color spaces of #fb2978

RGB 25141120
HSL0.940.960.57
HSV337°84°98°
CMYK 0.000.840.52   0.02
XYZ43.966823.451219.9785
Yxy23.45120.50310.2683
Hunter Lab48.426477.31559.4382
CIE-Lab55.534178.35579.6860

#fb2978 color RGB value is (251,41,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00101001 01111000
Octal 373 51 170
Decimal 251 41 120
Hex FB 29 78

RGB Percentages of Color #fb2978

%60.92
%9.95
%29.13

CMYK Percentages of Color #fb2978

%0
%84
%52
%2

Triadic Colors of #fb2978

#fb2978 #78fb29 #2978fb

Analogous Colors of #fb2978

#fb2978 #fb4329 #fb29e1

Monochromatic Colors of #fb2978

#fb2978

Complementary Color

#fb2978 #29fbac

#fb2978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb2978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb2978 Color CSS Codes

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

#fb2978 Text Font Color

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

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


#fb2978 Background Color

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

This div background color is #fb2978


#fb2978 Border Color

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

This div border color is #fb2978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb2978


Comments

No comments written yet.

Please login to write comment.