Color Hex Logo

#862abb Color Hex

#862ABB
(134,42,187)
0 Favorites   0 Comments

Color spaces of #862abb

RGB 13442187
HSL0.770.630.45
HSV278°78°73°
CMYK 0.280.780.00   0.27
XYZ19.629110.312147.9696
Yxy10.31210.25190.1324
Hunter Lab32.112552.9133-66.0887
CIE-Lab38.396861.0761-58.3951

#862abb color RGB value is (134,42,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00101010 10111011
Octal 206 52 273
Decimal 134 42 187
Hex 86 2A BB

RGB Percentages of Color #862abb

%36.91
%11.57
%51.52

CMYK Percentages of Color #862abb

%28
%78
%0
%27

Triadic Colors of #862abb

#862abb #bb862a #2abb86

Analogous Colors of #862abb

#862abb #bb2aa8 #3e2abb

Monochromatic Colors of #862abb

#862abb

Complementary Color

#862abb #5fbb2a

#862abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#862abb Color CSS Codes

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

#862abb Text Font Color

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

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


#862abb Background Color

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

This div background color is #862abb


#862abb Border Color

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

This div border color is #862abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862abb


Comments

No comments written yet.

Please login to write comment.