Color Hex Logo

#866cbc Color Hex

#866CBC
(134,108,188)
0 Favorites   0 Comments

Color spaces of #866cbc

RGB 134108188
HSL0.720.370.58
HSV260°43°74°
CMYK 0.290.430.00   0.26
XYZ24.271219.424350.0470
Yxy19.42430.25890.2072
Hunter Lab44.073021.1730-36.4755
CIE-Lab51.180027.6466-38.5211

#866cbc color RGB value is (134,108,188).

#866cbc hex color red value is 134, green value is 108 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #866cbc hue: 0.72 , saturation: 0.37 and the lightness value of 866cbc is 0.58.

The process color (four color CMYK) of #866cbc color hex is 0.29, 0.43, 0.00, 0.26. Web safe color of #866cbc is #9966cc. Color #866cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101100 10111100
Octal 206 154 274
Decimal 134 108 188
Hex 86 6C BC

RGB Percentages of Color #866cbc

%31.16
%25.12
%43.72

CMYK Percentages of Color #866cbc

%29
%43
%0
%26

Triadic Colors of #866cbc

#866cbc #bc866c #6cbc86

Analogous Colors of #866cbc

#866cbc #ae6cbc #6c7abc

Monochromatic Colors of #866cbc

#866cbc

Complementary Color

#866cbc #a2bc6c

#866cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#866cbc Color CSS Codes

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

#866cbc Text Font Color

<p style="color:#866cbc">Text here</p>

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


#866cbc Background Color

<div style="background-color:#866cbc">
Div content here</div>

This div background color is #866cbc


#866cbc Border Color

<div style="border:3px solid #866cbc">
Div here</div>

This div border color is #866cbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,108,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #866cbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #866cbc;
  -webkit-box-shadow: 1px 1px 3px 2px #866cbc;
  box-shadow:         1px 1px 3px 2px #866cbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866cbc


Comments

No comments written yet.

Please login to write comment.