Color Hex Logo

#806cdb Color Hex

#806CDB
(128,108,219)
0 Favorites   0 Comments

Color spaces of #806cdb

RGB 128108219
HSL0.700.610.64
HSV251°51°86°
CMYK 0.420.510.00   0.14
XYZ27.050820.428869.5352
Yxy20.42880.23120.1746
Hunter Lab45.198227.7340-59.5759
CIE-Lab52.318634.4132-54.4404

#806cdb color RGB value is (128,108,219).

#806cdb hex color red value is 128, green value is 108 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #806cdb hue: 0.70 , saturation: 0.61 and the lightness value of 806cdb is 0.64.

The process color (four color CMYK) of #806cdb color hex is 0.42, 0.51, 0.00, 0.14. Web safe color of #806cdb is #9966cc. Color #806cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101100 11011011
Octal 200 154 333
Decimal 128 108 219
Hex 80 6C DB

RGB Percentages of Color #806cdb

%28.13
%23.74
%48.13

CMYK Percentages of Color #806cdb

%42
%51
%0
%14

Triadic Colors of #806cdb

#806cdb #db806c #6cdb80

Analogous Colors of #806cdb

#806cdb #b86cdb #6c90db

Monochromatic Colors of #806cdb

#806cdb

Complementary Color

#806cdb #c7db6c

#806cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#806cdb Color CSS Codes

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

#806cdb Text Font Color

<p style="color:#806cdb">Text here</p>

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


#806cdb Background Color

<div style="background-color:#806cdb">
Div content here</div>

This div background color is #806cdb


#806cdb Border Color

<div style="border:3px solid #806cdb">
Div here</div>

This div border color is #806cdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,108,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #806cdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #806cdb;
  -webkit-box-shadow: 1px 1px 3px 2px #806cdb;
  box-shadow:         1px 1px 3px 2px #806cdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,108,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 #806cdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806cdb


Comments

No comments written yet.

Please login to write comment.