Color Hex Logo

#862ead Color Hex

#862EAD
(134,46,173)
0 Favorites   0 Comments

Color spaces of #862ead

RGB 13446173
HSL0.780.580.43
HSV282°73°68°
CMYK 0.230.730.00   0.32
XYZ18.351310.039540.5057
Yxy10.03950.26640.1457
Hunter Lab31.685247.9339-53.6156
CIE-Lab37.913256.6032-50.8869

#862ead color RGB value is (134,46,173).

#862ead hex color red value is 134, green value is 46 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #862ead hue: 0.78 , saturation: 0.58 and the lightness value of 862ead is 0.43.

The process color (four color CMYK) of #862ead color hex is 0.23, 0.73, 0.00, 0.32. Web safe color of #862ead is #993399. Color #862ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00101110 10101101
Octal 206 56 255
Decimal 134 46 173
Hex 86 2E AD

RGB Percentages of Color #862ead

%37.96
%13.03
%49.01

CMYK Percentages of Color #862ead

%23
%73
%0
%32

Triadic Colors of #862ead

#862ead #ad862e #2ead86

Analogous Colors of #862ead

#862ead #ad2e95 #472ead

Monochromatic Colors of #862ead

#862ead

Complementary Color

#862ead #55ad2e

#862ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#862ead Color CSS Codes

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

#862ead Text Font Color

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

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


#862ead Background Color

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

This div background color is #862ead


#862ead Border Color

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

This div border color is #862ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862ead


Comments

No comments written yet.

Please login to write comment.