Color Hex Logo

#fb677a Color Hex

#FB677A
(251,103,122)
0 Favorites   0 Comments

Color spaces of #fb677a

RGB 251103122
HSL0.980.950.69
HSV352°59°98°
CMYK 0.000.590.51   0.02
XYZ48.146831.614921.9770
Yxy31.61490.47320.3107
Hunter Lab56.227154.450516.1848
CIE-Lab63.023357.960018.9287

#fb677a color RGB value is (251,103,122).

#fb677a hex color red value is 251, green value is 103 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fb677a hue: 0.98 , saturation: 0.95 and the lightness value of fb677a is 0.69.

The process color (four color CMYK) of #fb677a color hex is 0.00, 0.59, 0.51, 0.02. Web safe color of #fb677a is #ff6666. Color #fb677a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100111 01111010
Octal 373 147 172
Decimal 251 103 122
Hex FB 67 7A

RGB Percentages of Color #fb677a

%52.73
%21.64
%25.63

CMYK Percentages of Color #fb677a

%0
%59
%51
%2

Triadic Colors of #fb677a

#fb677a #7afb67 #677afb

Analogous Colors of #fb677a

#fb677a #fb9e67 #fb67c4

Monochromatic Colors of #fb677a

#fb677a

Complementary Color

#fb677a #67fbe8

#fb677a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb677a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb677a Color CSS Codes

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

#fb677a Text Font Color

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

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


#fb677a Background Color

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

This div background color is #fb677a


#fb677a Border Color

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

This div border color is #fb677a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb677a


Comments

No comments written yet.

Please login to write comment.