Color Hex Logo

#862ede Color Hex

#862EDE
(134,46,222)
0 Favorites   0 Comments

Color spaces of #862ede

RGB 13446222
HSL0.750.730.53
HSV270°79°87°
CMYK 0.400.790.00   0.13
XYZ23.993312.296270.2161
Yxy12.29620.22530.1155
Hunter Lab35.065960.7703-94.1763
CIE-Lab41.683167.3662-73.3379

#862ede color RGB value is (134,46,222).

#862ede hex color red value is 134, green value is 46 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #862ede hue: 0.75 , saturation: 0.73 and the lightness value of 862ede is 0.53.

The process color (four color CMYK) of #862ede color hex is 0.40, 0.79, 0.00, 0.13. Web safe color of #862ede is #9933cc. Color #862ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00101110 11011110
Octal 206 56 336
Decimal 134 46 222
Hex 86 2E DE

RGB Percentages of Color #862ede

%33.33
%11.44
%55.22

CMYK Percentages of Color #862ede

%40
%79
%0
%13

Triadic Colors of #862ede

#862ede #de862e #2ede86

Analogous Colors of #862ede

#862ede #de2ede #2e2ede

Monochromatic Colors of #862ede

#862ede

Complementary Color

#862ede #86de2e

#862ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#862ede Color CSS Codes

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

#862ede Text Font Color

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

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


#862ede Background Color

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

This div background color is #862ede


#862ede Border Color

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

This div border color is #862ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862ede


Comments

No comments written yet.

Please login to write comment.