Color Hex Logo

#fb7cbc Color Hex

#FB7CBC
(251,124,188)
0 Favorites   0 Comments

Color spaces of #fb7cbc

RGB 251124188
HSL0.920.940.74
HSV330°51°98°
CMYK 0.000.510.25   0.02
XYZ56.068438.555452.0638
Yxy38.55540.38220.2628
Hunter Lab62.093052.5182-6.2484
CIE-Lab68.428055.4234-10.8292

#fb7cbc color RGB value is (251,124,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111100 10111100
Octal 373 174 274
Decimal 251 124 188
Hex FB 7C BC

RGB Percentages of Color #fb7cbc

%44.58
%22.02
%33.39

CMYK Percentages of Color #fb7cbc

%0
%51
%25
%2

Triadic Colors of #fb7cbc

#fb7cbc #bcfb7c #7cbcfb

Analogous Colors of #fb7cbc

#fb7cbc #fb7c7d #fb7cfb

Monochromatic Colors of #fb7cbc

#fb7cbc

Complementary Color

#fb7cbc #7cfbbb

#fb7cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7cbc Color CSS Codes

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

#fb7cbc Text Font Color

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

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


#fb7cbc Background Color

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

This div background color is #fb7cbc


#fb7cbc Border Color

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

This div border color is #fb7cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7cbc


Comments

No comments written yet.

Please login to write comment.