Color Hex Logo

#864db8 Color Hex

#864DB8
(134,77,184)
0 Favorites   0 Comments

Color spaces of #864db8

RGB 13477184
HSL0.760.430.51
HSV272°58°72°
CMYK 0.270.580.00   0.28
XYZ21.137113.836846.9041
Yxy13.83680.25820.1690
Hunter Lab37.197836.3336-48.7224
CIE-Lab43.998044.3158-47.6027

#864db8 color RGB value is (134,77,184).

#864db8 hex color red value is 134, green value is 77 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #864db8 hue: 0.76 , saturation: 0.43 and the lightness value of 864db8 is 0.51.

The process color (four color CMYK) of #864db8 color hex is 0.27, 0.58, 0.00, 0.28. Web safe color of #864db8 is #9966cc. Color #864db8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001101 10111000
Octal 206 115 270
Decimal 134 77 184
Hex 86 4D B8

RGB Percentages of Color #864db8

%33.92
%19.49
%46.58

CMYK Percentages of Color #864db8

%27
%58
%0
%28

Triadic Colors of #864db8

#864db8 #b8864d #4db886

Analogous Colors of #864db8

#864db8 #b84db5 #504db8

Monochromatic Colors of #864db8

#864db8

Complementary Color

#864db8 #7fb84d

#864db8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864db8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#864db8 Color CSS Codes

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

#864db8 Text Font Color

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

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


#864db8 Background Color

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

This div background color is #864db8


#864db8 Border Color

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

This div border color is #864db8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864db8


Comments

No comments written yet.

Please login to write comment.