Color Hex Logo

#863fcc Color Hex

#863FCC
(134,63,204)
0 Favorites   0 Comments

Color spaces of #863fcc

RGB 13463204
HSL0.750.580.52
HSV270°69°80°
CMYK 0.340.690.00   0.20
XYZ22.508112.983058.4464
Yxy12.98300.23960.1382
Hunter Lab36.031948.4479-70.9503
CIE-Lab42.737656.1611-61.2691

#863fcc color RGB value is (134,63,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111111 11001100
Octal 206 77 314
Decimal 134 63 204
Hex 86 3F CC

RGB Percentages of Color #863fcc

%33.42
%15.71
%50.87

CMYK Percentages of Color #863fcc

%34
%69
%0
%20

Triadic Colors of #863fcc

#863fcc #cc863f #3fcc86

Analogous Colors of #863fcc

#863fcc #cc3fcc #3f3fcc

Monochromatic Colors of #863fcc

#863fcc

Complementary Color

#863fcc #85cc3f

#863fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#863fcc Color CSS Codes

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

#863fcc Text Font Color

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

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


#863fcc Background Color

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

This div background color is #863fcc


#863fcc Border Color

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

This div border color is #863fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863fcc


Comments

No comments written yet.

Please login to write comment.