Color Hex Logo

#868bde Color Hex

#868BDE
(134,139,222)
0 Favorites   0 Comments

Color spaces of #868bde

RGB 134139222
HSL0.660.570.70
HSV237°40°87°
CMYK 0.400.370.00   0.13
XYZ32.249028.807572.9679
Yxy28.80750.24060.2149
Hunter Lab53.672613.3240-43.0339
CIE-Lab60.611418.5139-42.9313

#868bde color RGB value is (134,139,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001011 11011110
Octal 206 213 336
Decimal 134 139 222
Hex 86 8B DE

RGB Percentages of Color #868bde

%27.07
%28.08
%44.85

CMYK Percentages of Color #868bde

%40
%37
%0
%13

Triadic Colors of #868bde

#868bde #de868b #8bde86

Analogous Colors of #868bde

#868bde #ad86de #86b7de

Monochromatic Colors of #868bde

#868bde

Complementary Color

#868bde #ded986

#868bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#868bde Color CSS Codes

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

#868bde Text Font Color

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

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


#868bde Background Color

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

This div background color is #868bde


#868bde Border Color

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

This div border color is #868bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868bde


Comments

No comments written yet.

Please login to write comment.