Color Hex Logo

#fb7be3 Color Hex

#FB7BE3
(251,123,227)
0 Favorites   0 Comments

Color spaces of #fb7be3

RGB 251123227
HSL0.860.940.73
HSV311°51°98°
CMYK 0.000.510.10   0.02
XYZ60.731740.221277.2356
Yxy40.22120.34080.2257
Hunter Lab63.420259.9478-27.8116
CIE-Lab69.626861.5735-30.7351

#fb7be3 color RGB value is (251,123,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111011 11100011
Octal 373 173 343
Decimal 251 123 227
Hex FB 7B E3

RGB Percentages of Color #fb7be3

%41.76
%20.47
%37.77

CMYK Percentages of Color #fb7be3

%0
%51
%10
%2

Triadic Colors of #fb7be3

#fb7be3 #e3fb7b #7be3fb

Analogous Colors of #fb7be3

#fb7be3 #fb7ba3 #d37bfb

Monochromatic Colors of #fb7be3

#fb7be3

Complementary Color

#fb7be3 #7bfb93

#fb7be3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7be3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7be3 Color CSS Codes

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

#fb7be3 Text Font Color

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

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


#fb7be3 Background Color

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

This div background color is #fb7be3


#fb7be3 Border Color

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

This div border color is #fb7be3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7be3

Related Colors


Comments

No comments written yet.

Please login to write comment.