Color Hex Logo

#863aea Color Hex

#863AEA
(134,58,234)
0 Favorites   0 Comments

Color spaces of #863aea

RGB 13458234
HSL0.740.810.57
HSV266°75°92°
CMYK 0.430.750.00   0.08
XYZ26.195914.035079.1702
Yxy14.03500.21940.1175
Hunter Lab37.463359.2538-99.0716
CIE-Lab44.283165.5472-75.9082

#863aea color RGB value is (134,58,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111010 11101010
Octal 206 72 352
Decimal 134 58 234
Hex 86 3A EA

RGB Percentages of Color #863aea

%31.46
%13.62
%54.93

CMYK Percentages of Color #863aea

%43
%75
%0
%8

Triadic Colors of #863aea

#863aea #ea863a #3aea86

Analogous Colors of #863aea

#863aea #de3aea #3a46ea

Monochromatic Colors of #863aea

#863aea

Complementary Color

#863aea #9eea3a

#863aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#863aea Color CSS Codes

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

#863aea Text Font Color

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

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


#863aea Background Color

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

This div background color is #863aea


#863aea Border Color

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

This div border color is #863aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,58,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 #863aea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863aea


Comments

No comments written yet.

Please login to write comment.