Color Hex Logo

#fb875c Color Hex

#FB875C
(251,135,92)
0 Favorites   0 Comments

Color spaces of #fb875c

RGB 25113592
HSL0.050.950.67
HSV16°63°98°
CMYK 0.000.460.63   0.02
XYZ50.379438.609914.9224
Yxy38.60990.48480.3716
Hunter Lab62.136935.984929.2571
CIE-Lab68.467740.560542.5188

#fb875c color RGB value is (251,135,92).

#fb875c hex color red value is 251, green value is 135 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #fb875c hue: 0.05 , saturation: 0.95 and the lightness value of fb875c is 0.67.

The process color (four color CMYK) of #fb875c color hex is 0.00, 0.46, 0.63, 0.02. Web safe color of #fb875c is #ff9966. Color #fb875c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000111 01011100
Octal 373 207 134
Decimal 251 135 92
Hex FB 87 5C

RGB Percentages of Color #fb875c

%52.51
%28.24
%19.25

CMYK Percentages of Color #fb875c

%0
%46
%63
%2

Triadic Colors of #fb875c

#fb875c #5cfb87 #875cfb

Analogous Colors of #fb875c

#fb875c #fbd75c #fb5c81

Monochromatic Colors of #fb875c

#fb875c

Complementary Color

#fb875c #5cd0fb

#fb875c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb875c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb875c Color CSS Codes

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

#fb875c Text Font Color

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

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


#fb875c Background Color

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

This div background color is #fb875c


#fb875c Border Color

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

This div border color is #fb875c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb875c

Related Colors


Comments

No comments written yet.

Please login to write comment.