Color Hex Logo

#868bcd Color Hex

#868BCD
(134,139,205)
0 Favorites   0 Comments

Color spaces of #868bcd

RGB 134139205
HSL0.650.420.66
HSV236°35°80°
CMYK 0.350.320.00   0.20
XYZ30.083627.941361.5653
Yxy27.94130.25160.2336
Hunter Lab52.85959.0844-32.0532
CIE-Lab59.835713.8705-34.6310

#868bcd color RGB value is (134,139,205).

#868bcd hex color red value is 134, green value is 139 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #868bcd hue: 0.65 , saturation: 0.42 and the lightness value of 868bcd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001011 11001101
Octal 206 213 315
Decimal 134 139 205
Hex 86 8B CD

RGB Percentages of Color #868bcd

%28.03
%29.08
%42.89

CMYK Percentages of Color #868bcd

%35
%32
%0
%20

Triadic Colors of #868bcd

#868bcd #cd868b #8bcd86

Analogous Colors of #868bcd

#868bcd #a586cd #86afcd

Monochromatic Colors of #868bcd

#868bcd

Complementary Color

#868bcd #cdc886

#868bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#868bcd Color CSS Codes

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

#868bcd Text Font Color

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

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


#868bcd Background Color

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

This div background color is #868bcd


#868bcd Border Color

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

This div border color is #868bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868bcd

#868bcd Color Palettes


Comments

No comments written yet.

Please login to write comment.