Color Hex Logo

#fb7cba Color Hex

#FB7CBA
(251,124,186)
0 Favorites   0 Comments

Color spaces of #fb7cba

RGB 251124186
HSL0.920.940.74
HSV331°51°98°
CMYK 0.000.510.26   0.02
XYZ55.854238.469750.9359
Yxy38.46970.38450.2648
Hunter Lab62.023952.2021-5.2739
CIE-Lab68.365455.1585-9.7995

#fb7cba color RGB value is (251,124,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111100 10111010
Octal 373 174 272
Decimal 251 124 186
Hex FB 7C BA

RGB Percentages of Color #fb7cba

%44.74
%22.10
%33.16

CMYK Percentages of Color #fb7cba

%0
%51
%26
%2

Triadic Colors of #fb7cba

#fb7cba #bafb7c #7cbafb

Analogous Colors of #fb7cba

#fb7cba #fb7e7c #fb7cfa

Monochromatic Colors of #fb7cba

#fb7cba

Complementary Color

#fb7cba #7cfbbd

#fb7cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7cba Color CSS Codes

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

#fb7cba Text Font Color

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

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


#fb7cba Background Color

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

This div background color is #fb7cba


#fb7cba Border Color

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

This div border color is #fb7cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7cba

Related Colors


Comments

No comments written yet.

Please login to write comment.