Color Hex Logo

#864fdb Color Hex

#864FDB
(134,79,219)
0 Favorites   0 Comments

Color spaces of #864fdb

RGB 13479219
HSL0.730.660.58
HSV264°64°86°
CMYK 0.390.640.00   0.14
XYZ25.413715.774868.7232
Yxy15.77480.23120.1435
Hunter Lab39.717544.7096-74.7872
CIE-Lab46.677651.9544-63.4932

#864fdb color RGB value is (134,79,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01001111 11011011
Octal 206 117 333
Decimal 134 79 219
Hex 86 4F DB

RGB Percentages of Color #864fdb

%31.02
%18.29
%50.69

CMYK Percentages of Color #864fdb

%39
%64
%0
%14

Triadic Colors of #864fdb

#864fdb #db864f #4fdb86

Analogous Colors of #864fdb

#864fdb #cc4fdb #4f5edb

Monochromatic Colors of #864fdb

#864fdb

Complementary Color

#864fdb #a4db4f

#864fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#864fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#864fdb Color CSS Codes

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

#864fdb Text Font Color

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

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


#864fdb Background Color

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

This div background color is #864fdb


#864fdb Border Color

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

This div border color is #864fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #864fdb


Comments

No comments written yet.

Please login to write comment.