Color Hex Logo

#863eea Color Hex

#863EEA
(134,62,234)
0 Favorites   0 Comments

Color spaces of #863eea

RGB 13462234
HSL0.740.800.58
HSV265°74°92°
CMYK 0.430.740.00   0.08
XYZ26.405414.454179.2401
Yxy14.45410.21990.1204
Hunter Lab38.018557.4429-96.9621
CIE-Lab44.877263.8513-74.9367

#863eea color RGB value is (134,62,234).

#863eea hex color red value is 134, green value is 62 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #863eea hue: 0.74 , saturation: 0.80 and the lightness value of 863eea is 0.58.

The process color (four color CMYK) of #863eea color hex is 0.43, 0.74, 0.00, 0.08. Web safe color of #863eea is #9933ff. Color #863eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111110 11101010
Octal 206 76 352
Decimal 134 62 234
Hex 86 3E EA

RGB Percentages of Color #863eea

%31.16
%14.42
%54.42

CMYK Percentages of Color #863eea

%43
%74
%0
%8

Triadic Colors of #863eea

#863eea #ea863e #3eea86

Analogous Colors of #863eea

#863eea #dc3eea #3e4cea

Monochromatic Colors of #863eea

#863eea

Complementary Color

#863eea #a2ea3e

#863eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#863eea Color CSS Codes

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

#863eea Text Font Color

<p style="color:#863eea">Text here</p>

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


#863eea Background Color

<div style="background-color:#863eea">
Div content here</div>

This div background color is #863eea


#863eea Border Color

<div style="border:3px solid #863eea">
Div here</div>

This div border color is #863eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,62,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #863eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #863eea;
  -webkit-box-shadow: 1px 1px 3px 2px #863eea;
  box-shadow:         1px 1px 3px 2px #863eea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863eea


Comments

No comments written yet.

Please login to write comment.