Color Hex Logo

#fb7bfb Color Hex

#FB7BFB
(251,123,251)
0 Favorites   0 Comments

Color spaces of #fb7bfb

RGB 251123251
HSL0.830.940.73
HSV300°51°98°
CMYK 0.000.510.00   0.02
XYZ64.279241.640295.9163
Yxy41.64020.31850.2063
Hunter Lab64.529264.8823-42.9583
CIE-Lab70.622165.5103-42.3744

#fb7bfb color RGB value is (251,123,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111011 11111011
Octal 373 173 373
Decimal 251 123 251
Hex FB 7B FB

RGB Percentages of Color #fb7bfb

%40.16
%19.68
%40.16

CMYK Percentages of Color #fb7bfb

%0
%51
%0
%2

Triadic Colors of #fb7bfb

#fb7bfb #fbfb7b #7bfbfb

Analogous Colors of #fb7bfb

#fb7bfb #fb7bbb #bb7bfb

Monochromatic Colors of #fb7bfb

#fb7bfb

Complementary Color

#fb7bfb #7bfb7b

#fb7bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7bfb Color CSS Codes

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

#fb7bfb Text Font Color

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

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


#fb7bfb Background Color

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

This div background color is #fb7bfb


#fb7bfb Border Color

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

This div border color is #fb7bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.