Color Hex Logo

#ff878c Color Hex

#FF878C
(255,135,140)
0 Favorites   0 Comments

Color spaces of #ff878c

RGB 255135140
HSL0.991.000.76
HSV358°47°100°
CMYK 0.000.470.45   0.00
XYZ54.637640.481429.7449
Yxy40.48140.43760.3242
Hunter Lab63.625041.942116.8192
CIE-Lab69.811045.864118.1781

#ff878c color RGB value is (255,135,140).

#ff878c hex color red value is 255, green value is 135 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ff878c hue: 0.99 , saturation: 1.00 and the lightness value of ff878c is 0.76.

The process color (four color CMYK) of #ff878c color hex is 0.00, 0.47, 0.45, 0.00. Web safe color of #ff878c is #ff9999. Color #ff878c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000111 10001100
Octal 377 207 214
Decimal 255 135 140
Hex FF 87 8C

RGB Percentages of Color #ff878c

%48.11
%25.47
%26.42

CMYK Percentages of Color #ff878c

%0
%47
%45
%0

Triadic Colors of #ff878c

#ff878c #8cff87 #878cff

Analogous Colors of #ff878c

#ff878c #ffbe87 #ff87c8

Monochromatic Colors of #ff878c

#ff878c

Complementary Color

#ff878c #87fffa

#ff878c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff878c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff878c Color CSS Codes

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

#ff878c Text Font Color

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

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


#ff878c Background Color

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

This div background color is #ff878c


#ff878c Border Color

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

This div border color is #ff878c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff878c


Comments

No comments written yet.

Please login to write comment.