Color Hex Logo

#878ccc Color Hex

#878CCC
(135,140,204)
0 Favorites   0 Comments

Color spaces of #878ccc

RGB 135140204
HSL0.650.400.66
HSV236°34°80°
CMYK 0.340.310.00   0.20
XYZ30.268828.266760.9874
Yxy28.26670.25320.2365
Hunter Lab53.16648.5826-30.7953
CIE-Lab60.128913.3043-33.6063

#878ccc color RGB value is (135,140,204).

#878ccc hex color red value is 135, green value is 140 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #878ccc hue: 0.65 , saturation: 0.40 and the lightness value of 878ccc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001100 11001100
Octal 207 214 314
Decimal 135 140 204
Hex 87 8C CC

RGB Percentages of Color #878ccc

%28.18
%29.23
%42.59

CMYK Percentages of Color #878ccc

%34
%31
%0
%20

Triadic Colors of #878ccc

#878ccc #cc878c #8ccc87

Analogous Colors of #878ccc

#878ccc #a587cc #87afcc

Monochromatic Colors of #878ccc

#878ccc

Complementary Color

#878ccc #ccc787

#878ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#878ccc Color CSS Codes

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

#878ccc Text Font Color

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

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


#878ccc Background Color

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

This div background color is #878ccc


#878ccc Border Color

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

This div border color is #878ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878ccc


Comments

No comments written yet.

Please login to write comment.