Color Hex Logo

#862eda Color Hex

#862EDA
(134,46,218)
0 Favorites   0 Comments

Color spaces of #862eda

RGB 13446218
HSL0.750.700.52
HSV271°79°85°
CMYK 0.390.790.00   0.15
XYZ23.463412.084367.4255
Yxy12.08430.22790.1174
Hunter Lab34.762559.6466-90.6655
CIE-Lab41.349866.4591-71.5924

#862eda color RGB value is (134,46,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00101110 11011010
Octal 206 56 332
Decimal 134 46 218
Hex 86 2E DA

RGB Percentages of Color #862eda

%33.67
%11.56
%54.77

CMYK Percentages of Color #862eda

%39
%79
%0
%15

Triadic Colors of #862eda

#862eda #da862e #2eda86

Analogous Colors of #862eda

#862eda #da2ed8 #302eda

Monochromatic Colors of #862eda

#862eda

Complementary Color

#862eda #82da2e

#862eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#862eda Color CSS Codes

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

#862eda Text Font Color

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

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


#862eda Background Color

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

This div background color is #862eda


#862eda Border Color

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

This div border color is #862eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862eda


Comments

No comments written yet.

Please login to write comment.