Color Hex Logo

#fb7bee Color Hex

#FB7BEE
(251,123,238)
0 Favorites   0 Comments

Color spaces of #fb7bee

RGB 251123238
HSL0.850.940.73
HSV306°51°98°
CMYK 0.000.510.05   0.02
XYZ62.299240.848285.4899
Yxy40.84820.33030.2165
Hunter Lab63.912662.1469-34.5679
CIE-Lab70.069463.3392-36.1123

#fb7bee color RGB value is (251,123,238).

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

The process color (four color CMYK) of #fb7bee color hex is 0.00, 0.51, 0.05, 0.02. Web safe color of #fb7bee is #ff66ff. Color #fb7bee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111011 11101110
Octal 373 173 356
Decimal 251 123 238
Hex FB 7B EE

RGB Percentages of Color #fb7bee

%41.01
%20.10
%38.89

CMYK Percentages of Color #fb7bee

%0
%51
%5
%2

Triadic Colors of #fb7bee

#fb7bee #eefb7b #7beefb

Analogous Colors of #fb7bee

#fb7bee #fb7bae #c87bfb

Monochromatic Colors of #fb7bee

#fb7bee

Complementary Color

#fb7bee #7bfb88

#fb7bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7bee Color CSS Codes

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

#fb7bee Text Font Color

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

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


#fb7bee Background Color

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

This div background color is #fb7bee


#fb7bee Border Color

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

This div border color is #fb7bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7bee


Comments

No comments written yet.

Please login to write comment.