Color Hex Logo

#863ace Color Hex

#863ACE
(134,58,206)
0 Favorites   0 Comments

Color spaces of #863ace

RGB 13458206
HSL0.750.600.52
HSV271°72°81°
CMYK 0.350.720.00   0.19
XYZ22.485212.550759.6299
Yxy12.55070.23750.1326
Hunter Lab35.427051.2953-74.9968
CIE-Lab42.078358.8980-63.4956

#863ace color RGB value is (134,58,206).

#863ace hex color red value is 134, green value is 58 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #863ace hue: 0.75 , saturation: 0.60 and the lightness value of 863ace is 0.52.

The process color (four color CMYK) of #863ace color hex is 0.35, 0.72, 0.00, 0.19. Web safe color of #863ace is #9933cc. Color #863ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111010 11001110
Octal 206 72 316
Decimal 134 58 206
Hex 86 3A CE

RGB Percentages of Color #863ace

%33.67
%14.57
%51.76

CMYK Percentages of Color #863ace

%35
%72
%0
%19

Triadic Colors of #863ace

#863ace #ce863a #3ace86

Analogous Colors of #863ace

#863ace #ce3acc #3c3ace

Monochromatic Colors of #863ace

#863ace

Complementary Color

#863ace #82ce3a

#863ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#863ace Color CSS Codes

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

#863ace Text Font Color

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

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


#863ace Background Color

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

This div background color is #863ace


#863ace Border Color

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

This div border color is #863ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863ace


Comments

No comments written yet.

Please login to write comment.