Color Hex Logo

#863cc1 Color Hex

#863CC1
(134,60,193)
0 Favorites   0 Comments

Color spaces of #863cc1

RGB 13460193
HSL0.760.530.50
HSV273°69°76°
CMYK 0.310.690.00   0.24
XYZ21.073012.150351.6866
Yxy12.15030.24820.1431
Hunter Lab34.857346.9121-63.5155
CIE-Lab41.454054.9746-56.9574

#863cc1 color RGB value is (134,60,193).

#863cc1 hex color red value is 134, green value is 60 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #863cc1 hue: 0.76 , saturation: 0.53 and the lightness value of 863cc1 is 0.50.

The process color (four color CMYK) of #863cc1 color hex is 0.31, 0.69, 0.00, 0.24. Web safe color of #863cc1 is #9933cc. Color #863cc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111100 11000001
Octal 206 74 301
Decimal 134 60 193
Hex 86 3C C1

RGB Percentages of Color #863cc1

%34.63
%15.50
%49.87

CMYK Percentages of Color #863cc1

%31
%69
%0
%24

Triadic Colors of #863cc1

#863cc1 #c1863c #3cc186

Analogous Colors of #863cc1

#863cc1 #c13cba #443cc1

Monochromatic Colors of #863cc1

#863cc1

Complementary Color

#863cc1 #77c13c

#863cc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863cc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#863cc1 Color CSS Codes

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

#863cc1 Text Font Color

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

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


#863cc1 Background Color

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

This div background color is #863cc1


#863cc1 Border Color

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

This div border color is #863cc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863cc1


Comments

No comments written yet.

Please login to write comment.