Color Hex Logo

#868bdc Color Hex

#868BDC
(134,139,220)
0 Favorites   0 Comments

Color spaces of #868bdc

RGB 134139220
HSL0.660.550.69
HSV237°39°86°
CMYK 0.390.370.00   0.14
XYZ31.982428.700971.5643
Yxy28.70090.24180.2170
Hunter Lab53.573212.8087-41.6996
CIE-Lab60.516717.9581-41.9649

#868bdc color RGB value is (134,139,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001011 11011100
Octal 206 213 334
Decimal 134 139 220
Hex 86 8B DC

RGB Percentages of Color #868bdc

%27.18
%28.19
%44.62

CMYK Percentages of Color #868bdc

%39
%37
%0
%14

Triadic Colors of #868bdc

#868bdc #dc868b #8bdc86

Analogous Colors of #868bdc

#868bdc #ac86dc #86b6dc

Monochromatic Colors of #868bdc

#868bdc

Complementary Color

#868bdc #dcd786

#868bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#868bdc Color CSS Codes

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

#868bdc Text Font Color

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

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


#868bdc Background Color

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

This div background color is #868bdc


#868bdc Border Color

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

This div border color is #868bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868bdc


Comments

No comments written yet.

Please login to write comment.