Color Hex Logo

#864baa Color Hex

#864BAA
(134,75,170)
0 Favorites   0 Comments

Color spaces of #864baa

RGB 13475170
HSL0.770.390.48
HSV277°56°67°
CMYK 0.210.560.00   0.33
XYZ19.603313.002839.5068
Yxy13.00280.27180.1803
Hunter Lab36.059433.9357-39.7168
CIE-Lab42.767542.1077-41.3253

#864baa color RGB value is (134,75,170).

#864baa hex color red value is 134, green value is 75 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #864baa hue: 0.77 , saturation: 0.39 and the lightness value of 864baa is 0.48.

The process color (four color CMYK) of #864baa color hex is 0.21, 0.56, 0.00, 0.33. Web safe color of #864baa is #993399. Color #864baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001011 10101010
Octal 206 113 252
Decimal 134 75 170
Hex 86 4B AA

RGB Percentages of Color #864baa

%35.36
%19.79
%44.85

CMYK Percentages of Color #864baa

%21
%56
%0
%33

Triadic Colors of #864baa

#864baa #aa864b #4baa86

Analogous Colors of #864baa

#864baa #aa4b9f #574baa

Monochromatic Colors of #864baa

#864baa

Complementary Color

#864baa #6faa4b

#864baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#864baa Color CSS Codes

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

#864baa Text Font Color

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

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


#864baa Background Color

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

This div background color is #864baa


#864baa Border Color

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

This div border color is #864baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864baa


Comments

No comments written yet.

Please login to write comment.