Color Hex Logo

#fb7481 Color Hex

#FB7481
(251,116,129)
0 Favorites   0 Comments

Color spaces of #fb7481

RGB 251116129
HSL0.980.940.72
HSV354°54°98°
CMYK 0.000.540.49   0.02
XYZ49.991534.585024.8096
Yxy34.58500.45700.3162
Hunter Lab58.809048.820916.1538
CIE-Lab65.424352.637718.2302

#fb7481 color RGB value is (251,116,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110100 10000001
Octal 373 164 201
Decimal 251 116 129
Hex FB 74 81

RGB Percentages of Color #fb7481

%50.60
%23.39
%26.01

CMYK Percentages of Color #fb7481

%0
%54
%49
%2

Triadic Colors of #fb7481

#fb7481 #81fb74 #7481fb

Analogous Colors of #fb7481

#fb7481 #fbab74 #fb74c5

Monochromatic Colors of #fb7481

#fb7481

Complementary Color

#fb7481 #74fbee

#fb7481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7481 Color CSS Codes

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

#fb7481 Text Font Color

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

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


#fb7481 Background Color

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

This div background color is #fb7481


#fb7481 Border Color

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

This div border color is #fb7481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7481


Comments

No comments written yet.

Please login to write comment.