Color Hex Logo

#fb7681 Color Hex

#FB7681
(251,118,129)
0 Favorites   0 Comments

Color spaces of #fb7681

RGB 251118129
HSL0.990.940.72
HSV355°53°98°
CMYK 0.000.530.49   0.02
XYZ50.224535.051124.8873
Yxy35.05110.45590.3182
Hunter Lab59.204047.819916.5193
CIE-Lab65.788451.694218.7306

#fb7681 color RGB value is (251,118,129).

#fb7681 hex color red value is 251, green value is 118 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #fb7681 hue: 0.99 , saturation: 0.94 and the lightness value of fb7681 is 0.72.

The process color (four color CMYK) of #fb7681 color hex is 0.00, 0.53, 0.49, 0.02. Web safe color of #fb7681 is #ff6699. Color #fb7681 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110110 10000001
Octal 373 166 201
Decimal 251 118 129
Hex FB 76 81

RGB Percentages of Color #fb7681

%50.40
%23.69
%25.90

CMYK Percentages of Color #fb7681

%0
%53
%49
%2

Triadic Colors of #fb7681

#fb7681 #81fb76 #7681fb

Analogous Colors of #fb7681

#fb7681 #fbae76 #fb76c4

Monochromatic Colors of #fb7681

#fb7681

Complementary Color

#fb7681 #76fbf0

#fb7681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7681 Color CSS Codes

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

#fb7681 Text Font Color

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

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


#fb7681 Background Color

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

This div background color is #fb7681


#fb7681 Border Color

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

This div border color is #fb7681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7681


Comments

No comments written yet.

Please login to write comment.