Color Hex Logo

#863ccf Color Hex

#863CCF
(134,60,207)
0 Favorites   0 Comments

Color spaces of #863ccf

RGB 13460207
HSL0.750.600.52
HSV270°71°81°
CMYK 0.350.710.00   0.19
XYZ22.709912.805060.3062
Yxy12.80500.23700.1336
Hunter Lab35.784150.6606-74.8714
CIE-Lab42.467958.2452-63.4401

#863ccf color RGB value is (134,60,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00111100 11001111
Octal 206 74 317
Decimal 134 60 207
Hex 86 3C CF

RGB Percentages of Color #863ccf

%33.42
%14.96
%51.62

CMYK Percentages of Color #863ccf

%35
%71
%0
%19

Triadic Colors of #863ccf

#863ccf #cf863c #3ccf86

Analogous Colors of #863ccf

#863ccf #cf3ccf #3c3ccf

Monochromatic Colors of #863ccf

#863ccf

Complementary Color

#863ccf #85cf3c

#863ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#863ccf Color CSS Codes

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

#863ccf Text Font Color

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

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


#863ccf Background Color

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

This div background color is #863ccf


#863ccf Border Color

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

This div border color is #863ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863ccf


Comments

No comments written yet.

Please login to write comment.