Color Hex Logo

#fb76ba Color Hex

#FB76BA
(251,118,186)
0 Favorites   0 Comments

Color spaces of #fb76ba

RGB 251118186
HSL0.910.940.72
HSV329°53°98°
CMYK 0.000.530.26   0.02
XYZ55.125037.011350.6929
Yxy37.01130.38600.2591
Hunter Lab60.836955.2762-6.8181
CIE-Lab67.285557.9826-11.4140

#fb76ba color RGB value is (251,118,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110110 10111010
Octal 373 166 272
Decimal 251 118 186
Hex FB 76 BA

RGB Percentages of Color #fb76ba

%45.23
%21.26
%33.51

CMYK Percentages of Color #fb76ba

%0
%53
%26
%2

Triadic Colors of #fb76ba

#fb76ba #bafb76 #76bafb

Analogous Colors of #fb76ba

#fb76ba #fb7678 #fa76fb

Monochromatic Colors of #fb76ba

#fb76ba

Complementary Color

#fb76ba #76fbb7

#fb76ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb76ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb76ba Color CSS Codes

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

#fb76ba Text Font Color

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

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


#fb76ba Background Color

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

This div background color is #fb76ba


#fb76ba Border Color

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

This div border color is #fb76ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb76ba


Comments

No comments written yet.

Please login to write comment.