Color Hex Logo

#fb078d Color Hex

#FB078D
(251,7,141)
0 Favorites   0 Comments

Color spaces of #fb078d

RGB 2517141
HSL0.910.970.51
HSV327°97°98°
CMYK 0.000.970.44   0.02
XYZ44.667422.584327.2043
Yxy22.58430.47290.2391
Hunter Lab47.522984.6092-0.6742
CIE-Lab54.641584.2460-4.1709

#fb078d color RGB value is (251,7,141).

#fb078d hex color red value is 251, green value is 7 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fb078d hue: 0.91 , saturation: 0.97 and the lightness value of fb078d is 0.51.

The process color (four color CMYK) of #fb078d color hex is 0.00, 0.97, 0.44, 0.02. Web safe color of #fb078d is #ff0099. Color #fb078d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000111 10001101
Octal 373 7 215
Decimal 251 7 141
Hex FB 7 8D

RGB Percentages of Color #fb078d

%62.91
%1.75
%35.34

CMYK Percentages of Color #fb078d

%0
%97
%44
%2

Triadic Colors of #fb078d

#fb078d #8dfb07 #078dfb

Analogous Colors of #fb078d

#fb078d #fb0713 #ef07fb

Monochromatic Colors of #fb078d

#fb078d

Complementary Color

#fb078d #07fb75

#fb078d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb078d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb078d Color CSS Codes

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

#fb078d Text Font Color

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

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


#fb078d Background Color

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

This div background color is #fb078d


#fb078d Border Color

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

This div border color is #fb078d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb078d


Comments

No comments written yet.

Please login to write comment.