Color Hex Logo

#806deb Color Hex

#806DEB
(128,109,235)
0 Favorites   0 Comments

Color spaces of #806deb

RGB 128109235
HSL0.690.760.67
HSV249°54°92°
CMYK 0.460.540.00   0.08
XYZ29.366121.524681.2042
Yxy21.52460.22230.1629
Hunter Lab46.394631.7934-71.2987
CIE-Lab53.518938.3671-61.5115

#806deb color RGB value is (128,109,235).

#806deb hex color red value is 128, green value is 109 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #806deb hue: 0.69 , saturation: 0.76 and the lightness value of 806deb is 0.67.

The process color (four color CMYK) of #806deb color hex is 0.46, 0.54, 0.00, 0.08. Web safe color of #806deb is #9966ff. Color #806deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101101 11101011
Octal 200 155 353
Decimal 128 109 235
Hex 80 6D EB

RGB Percentages of Color #806deb

%27.12
%23.09
%49.79

CMYK Percentages of Color #806deb

%46
%54
%0
%8

Triadic Colors of #806deb

#806deb #eb806d #6deb80

Analogous Colors of #806deb

#806deb #bf6deb #6d99eb

Monochromatic Colors of #806deb

#806deb

Complementary Color

#806deb #d8eb6d

#806deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#806deb Color CSS Codes

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

#806deb Text Font Color

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

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


#806deb Background Color

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

This div background color is #806deb


#806deb Border Color

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

This div border color is #806deb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,109,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806deb


Comments

No comments written yet.

Please login to write comment.