Color Hex Logo

#fb678a Color Hex

#FB678A
(251,103,138)
0 Favorites   0 Comments

Color spaces of #fb678a

RGB 251103138
HSL0.960.950.69
HSV346°59°98°
CMYK 0.000.590.45   0.02
XYZ49.221432.044727.6358
Yxy32.04470.45200.2943
Hunter Lab56.608056.143910.6805
CIE-Lab63.379859.366910.2325

#fb678a color RGB value is (251,103,138).

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

The process color (four color CMYK) of #fb678a color hex is 0.00, 0.59, 0.45, 0.02. Web safe color of #fb678a is #ff6699. Color #fb678a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100111 10001010
Octal 373 147 212
Decimal 251 103 138
Hex FB 67 8A

RGB Percentages of Color #fb678a

%51.02
%20.93
%28.05

CMYK Percentages of Color #fb678a

%0
%59
%45
%2

Triadic Colors of #fb678a

#fb678a #8afb67 #678afb

Analogous Colors of #fb678a

#fb678a #fb8e67 #fb67d4

Monochromatic Colors of #fb678a

#fb678a

Complementary Color

#fb678a #67fbd8

#fb678a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb678a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb678a Color CSS Codes

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

#fb678a Text Font Color

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

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


#fb678a Background Color

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

This div background color is #fb678a


#fb678a Border Color

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

This div border color is #fb678a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb678a


Comments

No comments written yet.

Please login to write comment.