Color Hex Logo

#fb7778 Color Hex

#FB7778
(251,119,120)
0 Favorites   0 Comments

Color spaces of #fb7778

RGB 251119120
HSL1.000.940.73
HSV360°53°98°
CMYK 0.000.530.52   0.02
XYZ49.770735.058921.9132
Yxy35.05890.46630.3284
Hunter Lab59.210646.423519.5048
CIE-Lab65.794550.446923.8202

#fb7778 color RGB value is (251,119,120).

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

The process color (four color CMYK) of #fb7778 color hex is 0.00, 0.53, 0.52, 0.02. Web safe color of #fb7778 is #ff6666. Color #fb7778 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110111 01111000
Octal 373 167 170
Decimal 251 119 120
Hex FB 77 78

RGB Percentages of Color #fb7778

%51.22
%24.29
%24.49

CMYK Percentages of Color #fb7778

%0
%53
%52
%2

Triadic Colors of #fb7778

#fb7778 #78fb77 #7778fb

Analogous Colors of #fb7778

#fb7778 #fbb877 #fb77ba

Monochromatic Colors of #fb7778

#fb7778

Complementary Color

#fb7778 #77fbfa

#fb7778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7778 Color CSS Codes

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

#fb7778 Text Font Color

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

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


#fb7778 Background Color

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

This div background color is #fb7778


#fb7778 Border Color

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

This div border color is #fb7778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7778


Comments

No comments written yet.

Please login to write comment.