Color Hex Logo

#866acd Color Hex

#866ACD
(134,106,205)
0 Favorites   0 Comments

Color spaces of #866acd

RGB 134106205
HSL0.710.500.61
HSV257°48°80°
CMYK 0.350.480.00   0.20
XYZ26.005019.784260.2057
Yxy19.78420.24530.1867
Hunter Lab44.479426.5214-49.1171
CIE-Lab51.592333.2494-47.6171

#866acd color RGB value is (134,106,205).

#866acd hex color red value is 134, green value is 106 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #866acd hue: 0.71 , saturation: 0.50 and the lightness value of 866acd is 0.61.

The process color (four color CMYK) of #866acd color hex is 0.35, 0.48, 0.00, 0.20. Web safe color of #866acd is #9966cc. Color #866acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101010 11001101
Octal 206 152 315
Decimal 134 106 205
Hex 86 6A CD

RGB Percentages of Color #866acd

%30.11
%23.82
%46.07

CMYK Percentages of Color #866acd

%35
%48
%0
%20

Triadic Colors of #866acd

#866acd #cd866a #6acd86

Analogous Colors of #866acd

#866acd #b86acd #6a80cd

Monochromatic Colors of #866acd

#866acd

Complementary Color

#866acd #b1cd6a

#866acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#866acd Color CSS Codes

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

#866acd Text Font Color

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

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


#866acd Background Color

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

This div background color is #866acd


#866acd Border Color

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

This div border color is #866acd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,106,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 #866acd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866acd


Comments

No comments written yet.

Please login to write comment.