Color Hex Logo

#864ccf Color Hex

#864CCF
(134,76,207)
0 Favorites   0 Comments

Color spaces of #864ccf

RGB 13476207
HSL0.740.580.55
HSV267°63°81°
CMYK 0.350.630.00   0.19
XYZ23.678414.742260.6290
Yxy14.74220.23910.1488
Hunter Lab38.395642.8880-66.7457
CIE-Lab45.279150.4777-58.8859

#864ccf color RGB value is (134,76,207).

#864ccf hex color red value is 134, green value is 76 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #864ccf hue: 0.74 , saturation: 0.58 and the lightness value of 864ccf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001100 11001111
Octal 206 114 317
Decimal 134 76 207
Hex 86 4C CF

RGB Percentages of Color #864ccf

%32.13
%18.23
%49.64

CMYK Percentages of Color #864ccf

%35
%63
%0
%19

Triadic Colors of #864ccf

#864ccf #cf864c #4ccf86

Analogous Colors of #864ccf

#864ccf #c84ccf #4c54cf

Monochromatic Colors of #864ccf

#864ccf

Complementary Color

#864ccf #95cf4c

#864ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#864ccf Color CSS Codes

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

#864ccf Text Font Color

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

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


#864ccf Background Color

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

This div background color is #864ccf


#864ccf Border Color

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

This div border color is #864ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864ccf


Comments

No comments written yet.

Please login to write comment.