Color Hex Logo

#878adb Color Hex

#878ADB
(135,138,219)
0 Favorites   0 Comments

Color spaces of #878adb

RGB 135138219
HSL0.660.540.69
HSV238°38°86°
CMYK 0.380.370.00   0.14
XYZ31.866328.442370.8282
Yxy28.44230.24300.2169
Hunter Lab53.331313.3267-41.4099
CIE-Lab60.286218.5303-41.7641

#878adb color RGB value is (135,138,219).

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

The process color (four color CMYK) of #878adb color hex is 0.38, 0.37, 0.00, 0.14. Web safe color of #878adb is #9999cc. Color #878adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001010 11011011
Octal 207 212 333
Decimal 135 138 219
Hex 87 8A DB

RGB Percentages of Color #878adb

%27.44
%28.05
%44.51

CMYK Percentages of Color #878adb

%38
%37
%0
%14

Triadic Colors of #878adb

#878adb #db878a #8adb87

Analogous Colors of #878adb

#878adb #ae87db #87b4db

Monochromatic Colors of #878adb

#878adb

Complementary Color

#878adb #dbd887

#878adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#878adb Color CSS Codes

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

#878adb Text Font Color

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

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


#878adb Background Color

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

This div background color is #878adb


#878adb Border Color

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

This div border color is #878adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878adb


Comments

No comments written yet.

Please login to write comment.