Color Hex Logo

#fb7bff Color Hex

#FB7BFF
(251,123,255)
0 Favorites   0 Comments

Color spaces of #fb7bff

RGB 251123255
HSL0.831.000.74
HSV298°52°100°
CMYK 0.020.520.00   0.00
XYZ64.916641.895199.2728
Yxy41.89510.31500.2033
Hunter Lab64.726465.7532-45.6263
CIE-Lab70.798566.1959-44.2811

#fb7bff color RGB value is (251,123,255).

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

The process color (four color CMYK) of #fb7bff color hex is 0.02, 0.52, 0.00, 0.00. Web safe color of #fb7bff is #ff66ff. Color #fb7bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111011 11111111
Octal 373 173 377
Decimal 251 123 255
Hex FB 7B FF

RGB Percentages of Color #fb7bff

%39.90
%19.55
%40.54

CMYK Percentages of Color #fb7bff

%2
%52
%0
%0

Triadic Colors of #fb7bff

#fb7bff #fffb7b #7bfffb

Analogous Colors of #fb7bff

#fb7bff #ff7bc1 #b97bff

Monochromatic Colors of #fb7bff

#fb7bff

Complementary Color

#fb7bff #7fff7b

#fb7bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7bff Color CSS Codes

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

#fb7bff Text Font Color

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

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


#fb7bff Background Color

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

This div background color is #fb7bff


#fb7bff Border Color

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

This div border color is #fb7bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7bff


Comments

No comments written yet.

Please login to write comment.