Color Hex Logo

#868adb Color Hex

#868ADB
(134,138,219)
0 Favorites   0 Comments

Color spaces of #868adb

RGB 134138219
HSL0.660.540.69
HSV237°39°86°
CMYK 0.390.370.00   0.14
XYZ31.706228.359870.8207
Yxy28.35980.24220.2167
Hunter Lab53.253913.0806-41.5701
CIE-Lab60.212418.2659-41.8852

#868adb color RGB value is (134,138,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001010 11011011
Octal 206 212 333
Decimal 134 138 219
Hex 86 8A DB

RGB Percentages of Color #868adb

%27.29
%28.11
%44.60

CMYK Percentages of Color #868adb

%39
%37
%0
%14

Triadic Colors of #868adb

#868adb #db868a #8adb86

Analogous Colors of #868adb

#868adb #ad86db #86b5db

Monochromatic Colors of #868adb

#868adb

Complementary Color

#868adb #dbd786

#868adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#868adb Color CSS Codes

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

#868adb Text Font Color

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

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


#868adb Background Color

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

This div background color is #868adb


#868adb Border Color

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

This div border color is #868adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868adb


Comments

No comments written yet.

Please login to write comment.