Color Hex Logo

#806ddb Color Hex

#806DDB
(128,109,219)
0 Favorites   0 Comments

Color spaces of #806ddb

RGB 128109219
HSL0.700.600.64
HSV250°50°86°
CMYK 0.420.500.00   0.14
XYZ27.156920.640969.5706
Yxy20.64090.23140.1759
Hunter Lab45.432327.1910-58.9884
CIE-Lab52.554233.8270-54.0634

#806ddb color RGB value is (128,109,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101101 11011011
Octal 200 155 333
Decimal 128 109 219
Hex 80 6D DB

RGB Percentages of Color #806ddb

%28.07
%23.90
%48.03

CMYK Percentages of Color #806ddb

%42
%50
%0
%14

Triadic Colors of #806ddb

#806ddb #db806d #6ddb80

Analogous Colors of #806ddb

#806ddb #b76ddb #6d91db

Monochromatic Colors of #806ddb

#806ddb

Complementary Color

#806ddb #c8db6d

#806ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#806ddb Color CSS Codes

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

#806ddb Text Font Color

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

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


#806ddb Background Color

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

This div background color is #806ddb


#806ddb Border Color

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

This div border color is #806ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806ddb


Comments

No comments written yet.

Please login to write comment.