Color Hex Logo

#863ccc Color Hex

#863CCC
(134,60,204)
0 Favorites   0 Comments

Color spaces of #863ccc

RGB 13460204
HSL0.750.590.52
HSV271°71°80°
CMYK 0.340.710.00   0.20
XYZ22.346512.659758.3925
Yxy12.65970.23930.1355
Hunter Lab35.580549.8420-72.3968
CIE-Lab42.246057.5383-62.0668

#863ccc color RGB value is (134,60,204).

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

The process color (four color CMYK) of #863ccc color hex is 0.34, 0.71, 0.00, 0.20. Web safe color of #863ccc is #9933cc. Color #863ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111100 11001100
Octal 206 74 314
Decimal 134 60 204
Hex 86 3C CC

RGB Percentages of Color #863ccc

%33.67
%15.08
%51.26

CMYK Percentages of Color #863ccc

%34
%71
%0
%20

Triadic Colors of #863ccc

#863ccc #cc863c #3ccc86

Analogous Colors of #863ccc

#863ccc #cc3cca #3e3ccc

Monochromatic Colors of #863ccc

#863ccc

Complementary Color

#863ccc #82cc3c

#863ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#863ccc Color CSS Codes

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

#863ccc Text Font Color

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

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


#863ccc Background Color

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

This div background color is #863ccc


#863ccc Border Color

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

This div border color is #863ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863ccc


Comments

No comments written yet.

Please login to write comment.