Color Hex Logo

#878acc Color Hex

#878ACC
(135,138,204)
0 Favorites   0 Comments

Color spaces of #878acc

RGB 135138204
HSL0.660.400.66
HSV237°34°80°
CMYK 0.340.320.00   0.20
XYZ29.979227.687560.8909
Yxy27.68750.25290.2335
Hunter Lab52.61899.6158-31.7775
CIE-Lab59.605414.4686-34.4220

#878acc color RGB value is (135,138,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001010 11001100
Octal 207 212 314
Decimal 135 138 204
Hex 87 8A CC

RGB Percentages of Color #878acc

%28.30
%28.93
%42.77

CMYK Percentages of Color #878acc

%34
%32
%0
%20

Triadic Colors of #878acc

#878acc #cc878a #8acc87

Analogous Colors of #878acc

#878acc #a787cc #87adcc

Monochromatic Colors of #878acc

#878acc

Complementary Color

#878acc #ccc987

#878acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#878acc Color CSS Codes

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

#878acc Text Font Color

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

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


#878acc Background Color

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

This div background color is #878acc


#878acc Border Color

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

This div border color is #878acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878acc


Comments

No comments written yet.

Please login to write comment.