Color Hex Logo

#fb878a Color Hex

#FB878A
(251,135,138)
0 Favorites   0 Comments

Color spaces of #fb878a

RGB 251135138
HSL1.000.940.76
HSV358°46°98°
CMYK 0.000.460.45   0.02
XYZ53.035139.672228.9070
Yxy39.67220.43610.3262
Hunter Lab62.985940.074516.8793
CIE-Lab69.235444.240418.4158

#fb878a color RGB value is (251,135,138).

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

The process color (four color CMYK) of #fb878a color hex is 0.00, 0.46, 0.45, 0.02. Web safe color of #fb878a is #ff9999. Color #fb878a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000111 10001010
Octal 373 207 212
Decimal 251 135 138
Hex FB 87 8A

RGB Percentages of Color #fb878a

%47.90
%25.76
%26.34

CMYK Percentages of Color #fb878a

%0
%46
%45
%2

Triadic Colors of #fb878a

#fb878a #8afb87 #878afb

Analogous Colors of #fb878a

#fb878a #fbbe87 #fb87c4

Monochromatic Colors of #fb878a

#fb878a

Complementary Color

#fb878a #87fbf8

#fb878a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb878a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb878a Color CSS Codes

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

#fb878a Text Font Color

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

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


#fb878a Background Color

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

This div background color is #fb878a


#fb878a Border Color

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

This div border color is #fb878a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb878a


Comments

No comments written yet.

Please login to write comment.