Color Hex Logo

#fb867d Color Hex

#FB867D
(251,134,125)
0 Favorites   0 Comments

Color spaces of #fb867d

RGB 251134125
HSL0.010.940.74
HSV50°98°
CMYK 0.000.470.50   0.02
XYZ52.010439.040124.1963
Yxy39.04010.45130.3388
Hunter Lab62.482139.240720.7773
CIE-Lab68.780343.533725.0314

#fb867d color RGB value is (251,134,125).

#fb867d hex color red value is 251, green value is 134 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #fb867d hue: 0.01 , saturation: 0.94 and the lightness value of fb867d is 0.74.

The process color (four color CMYK) of #fb867d color hex is 0.00, 0.47, 0.50, 0.02. Web safe color of #fb867d is #ff9966. Color #fb867d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000110 01111101
Octal 373 206 175
Decimal 251 134 125
Hex FB 86 7D

RGB Percentages of Color #fb867d

%49.22
%26.27
%24.51

CMYK Percentages of Color #fb867d

%0
%47
%50
%2

Triadic Colors of #fb867d

#fb867d #7dfb86 #867dfb

Analogous Colors of #fb867d

#fb867d #fbc57d #fb7db3

Monochromatic Colors of #fb867d

#fb867d

Complementary Color

#fb867d #7df2fb

#fb867d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb867d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb867d Color CSS Codes

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

#fb867d Text Font Color

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

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


#fb867d Background Color

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

This div background color is #fb867d


#fb867d Border Color

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

This div border color is #fb867d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb867d


Comments

No comments written yet.

Please login to write comment.