Color Hex Logo

#878bce Color Hex

#878BCE
(135,139,206)
0 Favorites   0 Comments

Color spaces of #878bce

RGB 135139206
HSL0.660.420.67
HSV237°34°81°
CMYK 0.340.330.00   0.19
XYZ30.364928.072462.2106
Yxy28.07240.25170.2327
Hunter Lab52.98349.5778-32.5271
CIE-Lab59.954114.4188-35.0026

#878bce color RGB value is (135,139,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001011 11001110
Octal 207 213 316
Decimal 135 139 206
Hex 87 8B CE

RGB Percentages of Color #878bce

%28.13
%28.96
%42.92

CMYK Percentages of Color #878bce

%34
%33
%0
%19

Triadic Colors of #878bce

#878bce #ce878b #8bce87

Analogous Colors of #878bce

#878bce #a787ce #87afce

Monochromatic Colors of #878bce

#878bce

Complementary Color

#878bce #ceca87

#878bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#878bce Color CSS Codes

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

#878bce Text Font Color

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

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


#878bce Background Color

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

This div background color is #878bce


#878bce Border Color

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

This div border color is #878bce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,139,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 #878bce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878bce


Comments

No comments written yet.

Please login to write comment.