Color Hex Logo

#fb78ba Color Hex

#FB78BA
(251,120,186)
0 Favorites   0 Comments

Color spaces of #fb78ba

RGB 251120186
HSL0.920.940.73
HSV330°52°98°
CMYK 0.000.520.26   0.02
XYZ55.363137.487350.7722
Yxy37.48730.38550.2610
Hunter Lab61.226954.2578-6.3072
CIE-Lab67.641057.0496-10.8819

#fb78ba color RGB value is (251,120,186).

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

The process color (four color CMYK) of #fb78ba color hex is 0.00, 0.52, 0.26, 0.02. Web safe color of #fb78ba is #ff66cc. Color #fb78ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111000 10111010
Octal 373 170 272
Decimal 251 120 186
Hex FB 78 BA

RGB Percentages of Color #fb78ba

%45.06
%21.54
%33.39

CMYK Percentages of Color #fb78ba

%0
%52
%26
%2

Triadic Colors of #fb78ba

#fb78ba #bafb78 #78bafb

Analogous Colors of #fb78ba

#fb78ba #fb7879 #fb78fb

Monochromatic Colors of #fb78ba

#fb78ba

Complementary Color

#fb78ba #78fbb9

#fb78ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb78ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb78ba Color CSS Codes

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

#fb78ba Text Font Color

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

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


#fb78ba Background Color

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

This div background color is #fb78ba


#fb78ba Border Color

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

This div border color is #fb78ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb78ba

Related Colors


Comments

No comments written yet.

Please login to write comment.