Color Hex Logo

#866cfa Color Hex

#866CFA
(134,108,250)
0 Favorites   0 Comments

Color spaces of #866cfa

RGB 134108250
HSL0.700.930.70
HSV251°57°98°
CMYK 0.460.570.00   0.02
XYZ32.449422.695693.1129
Yxy22.69560.21890.1531
Hunter Lab47.639938.2135-82.5353
CIE-Lab54.757444.4674-67.8411

#866cfa color RGB value is (134,108,250).

#866cfa hex color red value is 134, green value is 108 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #866cfa hue: 0.70 , saturation: 0.93 and the lightness value of 866cfa is 0.70.

The process color (four color CMYK) of #866cfa color hex is 0.46, 0.57, 0.00, 0.02. Web safe color of #866cfa is #9966ff. Color #866cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101100 11111010
Octal 206 154 372
Decimal 134 108 250
Hex 86 6C FA

RGB Percentages of Color #866cfa

%27.24
%21.95
%50.81

CMYK Percentages of Color #866cfa

%46
%57
%0
%2

Triadic Colors of #866cfa

#866cfa #fa866c #6cfa86

Analogous Colors of #866cfa

#866cfa #cd6cfa #6c99fa

Monochromatic Colors of #866cfa

#866cfa

Complementary Color

#866cfa #e0fa6c

#866cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#866cfa Color CSS Codes

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

#866cfa Text Font Color

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

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


#866cfa Background Color

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

This div background color is #866cfa


#866cfa Border Color

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

This div border color is #866cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866cfa

Related Colors


Comments

No comments written yet.

Please login to write comment.