Color Hex Logo

#868cdb Color Hex

#868CDB
(134,140,219)
0 Favorites   0 Comments

Color spaces of #868cdb

RGB 134140219
HSL0.650.540.69
HSV236°39°86°
CMYK 0.390.360.00   0.14
XYZ31.995828.939070.9173
Yxy28.93900.24270.2195
Hunter Lab53.795012.0258-40.5048
CIE-Lab60.727817.0972-41.0755

#868cdb color RGB value is (134,140,219).

#868cdb hex color red value is 134, green value is 140 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #868cdb hue: 0.65 , saturation: 0.54 and the lightness value of 868cdb is 0.69.

The process color (four color CMYK) of #868cdb color hex is 0.39, 0.36, 0.00, 0.14. Web safe color of #868cdb is #9999cc. Color #868cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001100 11011011
Octal 206 214 333
Decimal 134 140 219
Hex 86 8C DB

RGB Percentages of Color #868cdb

%27.18
%28.40
%44.42

CMYK Percentages of Color #868cdb

%39
%36
%0
%14

Triadic Colors of #868cdb

#868cdb #db868c #8cdb86

Analogous Colors of #868cdb

#868cdb #ab86db #86b7db

Monochromatic Colors of #868cdb

#868cdb

Complementary Color

#868cdb #dbd586

#868cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#868cdb Color CSS Codes

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

#868cdb Text Font Color

<p style="color:#868cdb">Text here</p>

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


#868cdb Background Color

<div style="background-color:#868cdb">
Div content here</div>

This div background color is #868cdb


#868cdb Border Color

<div style="border:3px solid #868cdb">
Div here</div>

This div border color is #868cdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,140,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #868cdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #868cdb;
  -webkit-box-shadow: 1px 1px 3px 2px #868cdb;
  box-shadow:         1px 1px 3px 2px #868cdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,140,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 #868cdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868cdb


Comments

No comments written yet.

Please login to write comment.