Color Hex Logo

#7864db Color Hex

#7864DB
(120,100,219)
0 Favorites   0 Comments

Color spaces of #7864db

RGB 120100219
HSL0.690.620.63
HSV250°54°86°
CMYK 0.450.540.00   0.14
XYZ25.089118.221969.2127
Yxy18.22190.22300.1619
Hunter Lab42.687130.2099-66.2516
CIE-Lab49.764137.2732-58.5779

#7864db color RGB value is (120,100,219).

#7864db hex color red value is 120, green value is 100 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7864db hue: 0.69 , saturation: 0.62 and the lightness value of 7864db is 0.63.

The process color (four color CMYK) of #7864db color hex is 0.45, 0.54, 0.00, 0.14. Web safe color of #7864db is #6666cc. Color #7864db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01100100 11011011
Octal 170 144 333
Decimal 120 100 219
Hex 78 64 DB

RGB Percentages of Color #7864db

%27.33
%22.78
%49.89

CMYK Percentages of Color #7864db

%45
%54
%0
%14

Triadic Colors of #7864db

#7864db #db7864 #64db78

Analogous Colors of #7864db

#7864db #b464db #648cdb

Monochromatic Colors of #7864db

#7864db

Complementary Color

#7864db #c7db64

#7864db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7864db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7864db Color CSS Codes

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

#7864db Text Font Color

<p style="color:#7864db">Text here</p>

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


#7864db Background Color

<div style="background-color:#7864db">
Div content here</div>

This div background color is #7864db


#7864db Border Color

<div style="border:3px solid #7864db">
Div here</div>

This div border color is #7864db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,100,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7864db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7864db;
  -webkit-box-shadow: 1px 1px 3px 2px #7864db;
  box-shadow:         1px 1px 3px 2px #7864db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,100,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 #7864db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7864db


Comments

No comments written yet.

Please login to write comment.