Color Hex Logo

#878fce Color Hex

#878FCE
(135,143,206)
0 Favorites   0 Comments

Color spaces of #878fce

RGB 135143206
HSL0.650.420.67
HSV233°34°81°
CMYK 0.340.310.00   0.19
XYZ30.954729.252062.4072
Yxy29.25200.25250.2386
Hunter Lab54.08517.5125-30.5534
CIE-Lab61.003412.0949-33.3681

#878fce color RGB value is (135,143,206).

#878fce hex color red value is 135, green value is 143 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #878fce hue: 0.65 , saturation: 0.42 and the lightness value of 878fce is 0.67.

The process color (four color CMYK) of #878fce color hex is 0.34, 0.31, 0.00, 0.19. Web safe color of #878fce is #9999cc. Color #878fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001111 11001110
Octal 207 217 316
Decimal 135 143 206
Hex 87 8F CE

RGB Percentages of Color #878fce

%27.89
%29.55
%42.56

CMYK Percentages of Color #878fce

%34
%31
%0
%19

Triadic Colors of #878fce

#878fce #ce878f #8fce87

Analogous Colors of #878fce

#878fce #a387ce #87b3ce

Monochromatic Colors of #878fce

#878fce

Complementary Color

#878fce #cec687

#878fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#878fce Color CSS Codes

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

#878fce Text Font Color

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

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


#878fce Background Color

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

This div background color is #878fce


#878fce Border Color

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

This div border color is #878fce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,143,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #878fce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #878fce;
  -webkit-box-shadow: 1px 1px 3px 2px #878fce;
  box-shadow:         1px 1px 3px 2px #878fce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878fce


Comments

No comments written yet.

Please login to write comment.