Color Hex Logo

#fb7dfb Color Hex

#FB7DFB
(251,125,251)
0 Favorites   0 Comments

Color spaces of #fb7dfb

RGB 251125251
HSL0.830.940.74
HSV300°50°98°
CMYK 0.000.500.00   0.02
XYZ64.529942.141595.9998
Yxy42.14150.31840.2079
Hunter Lab64.916563.8332-42.2377
CIE-Lab70.968464.5878-41.8331

#fb7dfb color RGB value is (251,125,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111101 11111011
Octal 373 175 373
Decimal 251 125 251
Hex FB 7D FB

RGB Percentages of Color #fb7dfb

%40.03
%19.94
%40.03

CMYK Percentages of Color #fb7dfb

%0
%50
%0
%2

Triadic Colors of #fb7dfb

#fb7dfb #fbfb7d #7dfbfb

Analogous Colors of #fb7dfb

#fb7dfb #fb7dbc #bc7dfb

Monochromatic Colors of #fb7dfb

#fb7dfb

Complementary Color

#fb7dfb #7dfb7d

#fb7dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7dfb Color CSS Codes

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

#fb7dfb Text Font Color

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

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


#fb7dfb Background Color

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

This div background color is #fb7dfb


#fb7dfb Border Color

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

This div border color is #fb7dfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,125,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 #fb7dfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.