Color Hex Logo

#878fcc Color Hex

#878FCC
(135,143,204)
0 Favorites   0 Comments

Color spaces of #878fcc

RGB 135143204
HSL0.650.400.66
HSV233°34°80°
CMYK 0.340.300.00   0.20
XYZ30.713229.155561.1355
Yxy29.15550.25380.2409
Hunter Lab53.99587.0393-29.3326
CIE-Lab60.918611.5633-32.3781

#878fcc color RGB value is (135,143,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001111 11001100
Octal 207 217 314
Decimal 135 143 204
Hex 87 8F CC

RGB Percentages of Color #878fcc

%28.01
%29.67
%42.32

CMYK Percentages of Color #878fcc

%34
%30
%0
%20

Triadic Colors of #878fcc

#878fcc #cc878f #8fcc87

Analogous Colors of #878fcc

#878fcc #a287cc #87b2cc

Monochromatic Colors of #878fcc

#878fcc

Complementary Color

#878fcc #ccc487

#878fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#878fcc Color CSS Codes

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

#878fcc Text Font Color

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

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


#878fcc Background Color

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

This div background color is #878fcc


#878fcc Border Color

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

This div border color is #878fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878fcc


Comments

No comments written yet.

Please login to write comment.