Color Hex Logo

#fc876b Color Hex

#FC876B
(252,135,107)
0 Favorites   0 Comments

Color spaces of #fc876b

RGB 252135107
HSL0.030.960.70
HSV12°58°99°
CMYK 0.000.460.58   0.01
XYZ51.462739.084918.7417
Yxy39.08490.47090.3576
Hunter Lab62.517937.529025.9885
CIE-Lab68.812741.953434.9755

#fc876b color RGB value is (252,135,107).

#fc876b hex color red value is 252, green value is 135 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #fc876b hue: 0.03 , saturation: 0.96 and the lightness value of fc876b is 0.70.

The process color (four color CMYK) of #fc876b color hex is 0.00, 0.46, 0.58, 0.01. Web safe color of #fc876b is #ff9966. Color #fc876b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000111 01101011
Octal 374 207 153
Decimal 252 135 107
Hex FC 87 6B

RGB Percentages of Color #fc876b

%51.01
%27.33
%21.66

CMYK Percentages of Color #fc876b

%0
%46
%58
%1

Triadic Colors of #fc876b

#fc876b #6bfc87 #876bfc

Analogous Colors of #fc876b

#fc876b #fcd06b #fc6b98

Monochromatic Colors of #fc876b

#fc876b

Complementary Color

#fc876b #6be0fc

#fc876b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc876b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc876b Color CSS Codes

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

#fc876b Text Font Color

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

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


#fc876b Background Color

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

This div background color is #fc876b


#fc876b Border Color

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

This div border color is #fc876b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc876b

Related Colors


Comments

No comments written yet.

Please login to write comment.