Color Hex Logo

#862abc Color Hex

#862ABC
(134,42,188)
0 Favorites   0 Comments

Color spaces of #862abc

RGB 13442188
HSL0.770.630.45
HSV278°78°74°
CMYK 0.290.780.00   0.26
XYZ19.736610.355148.5355
Yxy10.35510.25100.1317
Hunter Lab32.179353.1658-66.9005
CIE-Lab38.472361.2892-58.8610

#862abc color RGB value is (134,42,188).

#862abc hex color red value is 134, green value is 42 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #862abc hue: 0.77 , saturation: 0.63 and the lightness value of 862abc is 0.45.

The process color (four color CMYK) of #862abc color hex is 0.29, 0.78, 0.00, 0.26. Web safe color of #862abc is #9933cc. Color #862abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00101010 10111100
Octal 206 52 274
Decimal 134 42 188
Hex 86 2A BC

RGB Percentages of Color #862abc

%36.81
%11.54
%51.65

CMYK Percentages of Color #862abc

%29
%78
%0
%26

Triadic Colors of #862abc

#862abc #bc862a #2abc86

Analogous Colors of #862abc

#862abc #bc2aa9 #3d2abc

Monochromatic Colors of #862abc

#862abc

Complementary Color

#862abc #60bc2a

#862abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#862abc Color CSS Codes

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

#862abc Text Font Color

<p style="color:#862abc">Text here</p>

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


#862abc Background Color

<div style="background-color:#862abc">
Div content here</div>

This div background color is #862abc


#862abc Border Color

<div style="border:3px solid #862abc">
Div here</div>

This div border color is #862abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862abc


Comments

No comments written yet.

Please login to write comment.