Color Hex Logo

#fb78aa Color Hex

#FB78AA
(251,120,170)
0 Favorites   0 Comments

Color spaces of #fb78aa

RGB 251120170
HSL0.940.940.73
HSV337°52°98°
CMYK 0.000.520.32   0.02
XYZ53.755836.844542.3087
Yxy36.84450.40450.2772
Hunter Lab60.699751.85571.1636
CIE-Lab67.160255.0414-2.5644

#fb78aa color RGB value is (251,120,170).

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

The process color (four color CMYK) of #fb78aa color hex is 0.00, 0.52, 0.32, 0.02. Web safe color of #fb78aa is #ff6699. Color #fb78aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111000 10101010
Octal 373 170 252
Decimal 251 120 170
Hex FB 78 AA

RGB Percentages of Color #fb78aa

%46.40
%22.18
%31.42

CMYK Percentages of Color #fb78aa

%0
%52
%32
%2

Triadic Colors of #fb78aa

#fb78aa #aafb78 #78aafb

Analogous Colors of #fb78aa

#fb78aa #fb8878 #fb78ec

Monochromatic Colors of #fb78aa

#fb78aa

Complementary Color

#fb78aa #78fbc9

#fb78aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb78aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb78aa Color CSS Codes

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

#fb78aa Text Font Color

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

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


#fb78aa Background Color

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

This div background color is #fb78aa


#fb78aa Border Color

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

This div border color is #fb78aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb78aa


Comments

No comments written yet.

Please login to write comment.