Color Hex Logo

#868cbd Color Hex

#868CBD
(134,140,189)
0 Favorites   0 Comments

Color spaces of #868cbd

RGB 134140189
HSL0.650.290.63
HSV233°29°74°
CMYK 0.290.260.00   0.26
XYZ28.394927.498651.9553
Yxy27.49860.26330.2550
Hunter Lab52.43914.8863-22.0356
CIE-Lab59.43309.1071-26.2290

#868cbd color RGB value is (134,140,189).

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

The process color (four color CMYK) of #868cbd color hex is 0.29, 0.26, 0.00, 0.26. Web safe color of #868cbd is #9999cc. Color #868cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001100 10111101
Octal 206 214 275
Decimal 134 140 189
Hex 86 8C BD

RGB Percentages of Color #868cbd

%28.94
%30.24
%40.82

CMYK Percentages of Color #868cbd

%29
%26
%0
%26

Triadic Colors of #868cbd

#868cbd #bd868c #8cbd86

Analogous Colors of #868cbd

#868cbd #9c86bd #86a8bd

Monochromatic Colors of #868cbd

#868cbd

Complementary Color

#868cbd #bdb786

#868cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#868cbd Color CSS Codes

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

#868cbd Text Font Color

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

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


#868cbd Background Color

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

This div background color is #868cbd


#868cbd Border Color

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

This div border color is #868cbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,140,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868cbd


Comments

No comments written yet.

Please login to write comment.