Color Hex Logo

#fb7bfa Color Hex

#FB7BFA
(251,123,250)
0 Favorites   0 Comments

Color spaces of #fb7bfa

RGB 251123250
HSL0.830.940.73
HSV300°51°98°
CMYK 0.000.510.00   0.02
XYZ64.121941.577395.0881
Yxy41.57730.31940.2071
Hunter Lab64.480564.6666-42.2975
CIE-Lab70.578565.3401-41.8963

#fb7bfa color RGB value is (251,123,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111011 11111010
Octal 373 173 372
Decimal 251 123 250
Hex FB 7B FA

RGB Percentages of Color #fb7bfa

%40.22
%19.71
%40.06

CMYK Percentages of Color #fb7bfa

%0
%51
%0
%2

Triadic Colors of #fb7bfa

#fb7bfa #fafb7b #7bfafb

Analogous Colors of #fb7bfa

#fb7bfa #fb7bba #bc7bfb

Monochromatic Colors of #fb7bfa

#fb7bfa

Complementary Color

#fb7bfa #7bfb7c

#fb7bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7bfa Color CSS Codes

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

#fb7bfa Text Font Color

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

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


#fb7bfa Background Color

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

This div background color is #fb7bfa


#fb7bfa Border Color

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

This div border color is #fb7bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.