Color Hex Logo

#868bbf Color Hex

#868BBF
(134,139,191)
0 Favorites   0 Comments

Color spaces of #868bbf

RGB 134139191
HSL0.650.310.64
HSV235°30°75°
CMYK 0.300.270.00   0.25
XYZ28.468127.295253.0583
Yxy27.29520.26160.2508
Hunter Lab52.24485.8359-23.6418
CIE-Lab59.246610.1977-27.6487

#868bbf color RGB value is (134,139,191).

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

The process color (four color CMYK) of #868bbf color hex is 0.30, 0.27, 0.00, 0.25. Web safe color of #868bbf is #9999cc. Color #868bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001011 10111111
Octal 206 213 277
Decimal 134 139 191
Hex 86 8B BF

RGB Percentages of Color #868bbf

%28.88
%29.96
%41.16

CMYK Percentages of Color #868bbf

%30
%27
%0
%25

Triadic Colors of #868bbf

#868bbf #bf868b #8bbf86

Analogous Colors of #868bbf

#868bbf #9e86bf #86a8bf

Monochromatic Colors of #868bbf

#868bbf

Complementary Color

#868bbf #bfba86

#868bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#868bbf Color CSS Codes

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

#868bbf Text Font Color

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

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


#868bbf Background Color

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

This div background color is #868bbf


#868bbf Border Color

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

This div border color is #868bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868bbf


Comments

No comments written yet.

Please login to write comment.