Color Hex Logo

#862abd Color Hex

#862ABD
(134,42,189)
0 Favorites   0 Comments

Color spaces of #862abd

RGB 13442189
HSL0.770.640.45
HSV278°78°74°
CMYK 0.290.780.00   0.26
XYZ19.844810.398449.1053
Yxy10.39840.25010.1310
Hunter Lab32.246653.4189-67.7147
CIE-Lab38.548261.5025-59.3258

#862abd color RGB value is (134,42,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00101010 10111101
Octal 206 52 275
Decimal 134 42 189
Hex 86 2A BD

RGB Percentages of Color #862abd

%36.71
%11.51
%51.78

CMYK Percentages of Color #862abd

%29
%78
%0
%26

Triadic Colors of #862abd

#862abd #bd862a #2abd86

Analogous Colors of #862abd

#862abd #bd2aab #3c2abd

Monochromatic Colors of #862abd

#862abd

Complementary Color

#862abd #61bd2a

#862abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#862abd Color CSS Codes

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

#862abd Text Font Color

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

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


#862abd Background Color

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

This div background color is #862abd


#862abd Border Color

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

This div border color is #862abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862abd


Comments

No comments written yet.

Please login to write comment.