Color Hex Logo

#fb7deb Color Hex

#FB7DEB
(251,125,235)
0 Favorites   0 Comments

Color spaces of #fb7deb

RGB 251125235
HSL0.850.940.74
HSV308°50°98°
CMYK 0.000.500.06   0.02
XYZ62.112741.174683.2711
Yxy41.17460.33290.2207
Hunter Lab64.167460.4911-32.0244
CIE-Lab70.298161.9199-34.1078

#fb7deb color RGB value is (251,125,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111101 11101011
Octal 373 175 353
Decimal 251 125 235
Hex FB 7D EB

RGB Percentages of Color #fb7deb

%41.08
%20.46
%38.46

CMYK Percentages of Color #fb7deb

%0
%50
%6
%2

Triadic Colors of #fb7deb

#fb7deb #ebfb7d #7debfb

Analogous Colors of #fb7deb

#fb7deb #fb7dac #cc7dfb

Monochromatic Colors of #fb7deb

#fb7deb

Complementary Color

#fb7deb #7dfb8d

#fb7deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7deb Color CSS Codes

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

#fb7deb Text Font Color

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

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


#fb7deb Background Color

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

This div background color is #fb7deb


#fb7deb Border Color

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

This div border color is #fb7deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7deb


Comments

No comments written yet.

Please login to write comment.