Color Hex Logo

#fb7ebe Color Hex

#FB7EBE
(251,126,190)
0 Favorites   0 Comments

Color spaces of #fb7ebe

RGB 251126190
HSL0.910.940.74
HSV329°50°98°
CMYK 0.000.500.24   0.02
XYZ56.538839.148653.2917
Yxy39.14860.37950.2628
Hunter Lab62.568851.8017-6.7008
CIE-Lab68.858854.7360-11.3064

#fb7ebe color RGB value is (251,126,190).

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

The process color (four color CMYK) of #fb7ebe color hex is 0.00, 0.50, 0.24, 0.02. Web safe color of #fb7ebe is #ff66cc. Color #fb7ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111110 10111110
Octal 373 176 276
Decimal 251 126 190
Hex FB 7E BE

RGB Percentages of Color #fb7ebe

%44.27
%22.22
%33.51

CMYK Percentages of Color #fb7ebe

%0
%50
%24
%2

Triadic Colors of #fb7ebe

#fb7ebe #befb7e #7ebefb

Analogous Colors of #fb7ebe

#fb7ebe #fb7e80 #fa7efb

Monochromatic Colors of #fb7ebe

#fb7ebe

Complementary Color

#fb7ebe #7efbbb

#fb7ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7ebe Color CSS Codes

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

#fb7ebe Text Font Color

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

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


#fb7ebe Background Color

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

This div background color is #fb7ebe


#fb7ebe Border Color

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

This div border color is #fb7ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7ebe


Comments

No comments written yet.

Please login to write comment.