Color Hex Logo

#864ebd Color Hex

#864EBD
(134,78,189)
0 Favorites   0 Comments

Color spaces of #864ebd

RGB 13478189
HSL0.750.460.52
HSV270°59°74°
CMYK 0.290.590.00   0.26
XYZ21.741214.191249.7374
Yxy14.19120.25380.1656
Hunter Lab37.671237.0932-51.9109
CIE-Lab44.505944.9853-49.7091

#864ebd color RGB value is (134,78,189).

#864ebd hex color red value is 134, green value is 78 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #864ebd hue: 0.75 , saturation: 0.46 and the lightness value of 864ebd is 0.52.

The process color (four color CMYK) of #864ebd color hex is 0.29, 0.59, 0.00, 0.26. Web safe color of #864ebd is #9966cc. Color #864ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001110 10111101
Octal 206 116 275
Decimal 134 78 189
Hex 86 4E BD

RGB Percentages of Color #864ebd

%33.42
%19.45
%47.13

CMYK Percentages of Color #864ebd

%29
%59
%0
%26

Triadic Colors of #864ebd

#864ebd #bd864e #4ebd86

Analogous Colors of #864ebd

#864ebd #bd4ebd #4f4ebd

Monochromatic Colors of #864ebd

#864ebd

Complementary Color

#864ebd #85bd4e

#864ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#864ebd Color CSS Codes

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

#864ebd Text Font Color

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

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


#864ebd Background Color

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

This div background color is #864ebd


#864ebd Border Color

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

This div border color is #864ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864ebd


Comments

No comments written yet.

Please login to write comment.