Color Hex Logo

#864bdb Color Hex

#864BDB
(134,75,219)
0 Favorites   0 Comments

Color spaces of #864bdb

RGB 13475219
HSL0.730.670.58
HSV265°66°86°
CMYK 0.390.660.00   0.14
XYZ25.133815.215068.6299
Yxy15.21500.23060.1396
Hunter Lab39.006446.7553-77.0134
CIE-Lab45.927354.0018-64.7092

#864bdb color RGB value is (134,75,219).

#864bdb hex color red value is 134, green value is 75 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #864bdb hue: 0.73 , saturation: 0.67 and the lightness value of 864bdb is 0.58.

The process color (four color CMYK) of #864bdb color hex is 0.39, 0.66, 0.00, 0.14. Web safe color of #864bdb is #9933cc. Color #864bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001011 11011011
Octal 206 113 333
Decimal 134 75 219
Hex 86 4B DB

RGB Percentages of Color #864bdb

%31.31
%17.52
%51.17

CMYK Percentages of Color #864bdb

%39
%66
%0
%14

Triadic Colors of #864bdb

#864bdb #db864b #4bdb86

Analogous Colors of #864bdb

#864bdb #ce4bdb #4b58db

Monochromatic Colors of #864bdb

#864bdb

Complementary Color

#864bdb #a0db4b

#864bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#864bdb Color CSS Codes

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

#864bdb Text Font Color

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

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


#864bdb Background Color

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

This div background color is #864bdb


#864bdb Border Color

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

This div border color is #864bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864bdb

#864bdb Color Palettes


Comments

No comments written yet.

Please login to write comment.